mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 17:28:39 +00:00
Move servers to LBPU.PL.Servers
This commit is contained in:
parent
545b5a0709
commit
b2ec7eae57
116 changed files with 173 additions and 162 deletions
|
@ -0,0 +1,14 @@
|
|||
@page "/login/sendVerificationEmail"
|
||||
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.SendVerificationEmailPage
|
||||
|
||||
@{
|
||||
Layout = "Layouts/BaseLayout";
|
||||
Model.Title = "Verify Email Address";
|
||||
}
|
||||
|
||||
<p>An email address on your account has been set, but hasn't been verified yet.</p>
|
||||
<p>To verify it, check the email sent to <a href="mailto:@Model.User?.EmailAddress">@Model.User?.EmailAddress</a> and click the link in the email.</p>
|
||||
|
||||
<a href="/login/sendVerificationEmail">
|
||||
<div class="ui blue button">Resend email</div>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue