mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-04 19:08:42 +00:00
[skip ci] Make email verify completion errors not as bland
This commit is contained in:
parent
b520eecd4e
commit
9e09815622
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
|||
|
||||
@if (Model.Error != null)
|
||||
{
|
||||
<p>@Model.Error</p>
|
||||
<p>
|
||||
<b>Reason:</b> @Model.Error
|
||||
</p>
|
||||
<p>Please try again. If the error persists, please contact the instance administrator.</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