[skip ci] Make email verify completion errors not as bland

This commit is contained in:
jvyden 2022-03-03 17:59:26 -05:00
commit 9e09815622
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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>