From 9e09815622edb9c9702d14e32e102dc99b6c72ef Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 3 Mar 2022 17:59:26 -0500 Subject: [PATCH] [skip ci] Make email verify completion errors not as bland --- ProjectLighthouse/Pages/CompleteEmailVerificationPage.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/CompleteEmailVerificationPage.cshtml b/ProjectLighthouse/Pages/CompleteEmailVerificationPage.cshtml index b00dd9aa..ea15de22 100644 --- a/ProjectLighthouse/Pages/CompleteEmailVerificationPage.cshtml +++ b/ProjectLighthouse/Pages/CompleteEmailVerificationPage.cshtml @@ -16,7 +16,10 @@ @if (Model.Error != null) { -

@Model.Error

+

+ Reason: @Model.Error +

+

Please try again. If the error persists, please contact the instance administrator.

Resend email