2024-09-10 02:39:07 +02:00
|
|
|
@model Foxnouns.Backend.Mailables.AccountCreationMailableView
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Please continue creating a new pronouns.cc account by using the following link:
|
2024-12-04 17:43:02 +01:00
|
|
|
<br />
|
2024-12-13 21:25:41 +01:00
|
|
|
<a href="@Model.BaseUrl/auth/callback/email/@Model.Code">@Model.BaseUrl/auth/callback/email/@Model.Code</a>
|
2024-12-04 17:43:02 +01:00
|
|
|
<br />
|
2024-09-10 02:39:07 +02:00
|
|
|
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>
|