Foxnouns.NET/Foxnouns.Backend/Views/Mail/AddEmail.cshtml

12 lines
No EOL
475 B
Text

@model Foxnouns.Backend.Mailables.AddEmailMailableView
<p>
Hello @@@Model.Username, please confirm adding this email address to your account by using the following link:
<br />
<a href="@Model.BaseUrl/auth/callback/email/@Model.Code">@Model.BaseUrl/auth/callback/email/@Model.Code</a>
<br />
Note that this link will expire in one hour.
</p>
<p>
If you didn't mean to link this email address to @@@Model.Username, feel free to ignore this email.
</p>