12 lines
No EOL
427 B
Text
12 lines
No EOL
427 B
Text
@model Foxnouns.Backend.Mailables.AccountCreationMailableView
|
|
|
|
<p>
|
|
Please continue creating a new pronouns.cc 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 create a new account, feel free to ignore this email.
|
|
</p> |