diff --git a/BTCPayServer/Views/Manage/Index.cshtml b/BTCPayServer/Views/Manage/Index.cshtml index eb0a258f5..65146ccdc 100644 --- a/BTCPayServer/Views/Manage/Index.cshtml +++ b/BTCPayServer/Views/Manage/Index.cshtml @@ -6,38 +6,43 @@ -
-
-
+@if (!this.ViewContext.ModelState.IsValid) +{ +
+
+
+
-
-
-
-
-
- - -
-
- - @if(Model.IsEmailConfirmed) - { -
- - -
- } - else - { - - - } - -
- -
+} +
+
+
+ + +
-
+
+
+ + + +
+
+ @if(Model.IsEmailConfirmed) + { + + + confirmed + + } + else + { + + } +
+
+ + @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial")