Files
server/src/Core/MailTemplates/ChangeEmail.cshtml
2017-05-30 23:43:00 -04:00

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>