mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 03:18:45 +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)
|
@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">
|
<a href="/login/sendVerificationEmail">
|
||||||
<div class="ui blue button">Resend email</div>
|
<div class="ui blue button">Resend email</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue