diff --git a/ProjectLighthouse/Pages/PasswordResetPage.cshtml b/ProjectLighthouse/Pages/PasswordResetPage.cshtml index a9acf1b4..d7b3ca36 100644 --- a/ProjectLighthouse/Pages/PasswordResetPage.cshtml +++ b/ProjectLighthouse/Pages/PasswordResetPage.cshtml @@ -19,8 +19,20 @@ return true; } + +@if (!string.IsNullOrWhiteSpace(Model.Error)) +{ +
+} + +