mirror of
https://github.com/bitwarden/server.git
synced 2026-02-17 06:13:12 +08:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
@model Bit.Core.Models.Mail.ChangeEmailViewModel
|
|
@{
|
|
Layout = "_BasicMailLayout";
|
|
}
|
|
<p>
|
|
To finalize changing your email address enter the following code in the pop-up window: @Model.Token
|
|
</p>
|