feat(backend): add add email address endpoint
This commit is contained in:
parent
7f971e8549
commit
5b17c716cb
6 changed files with 114 additions and 3 deletions
12
Foxnouns.Backend/Views/Mail/AddEmail.cshtml
Normal file
12
Foxnouns.Backend/Views/Mail/AddEmail.cshtml
Normal file
|
@ -0,0 +1,12 @@
|
|||
@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/settings/auth/confirm-email/@Model.Code">Confirm your email address</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>
|
Loading…
Add table
Add a link
Reference in a new issue