From e24b42ef95caa7057115418982273bc59431107a Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 24 Apr 2024 16:02:54 +0200 Subject: [PATCH] Server email settings: Fix missing password field (#5952) Fixes #5949. --- BTCPayServer/Views/Shared/EmailsBody.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Shared/EmailsBody.cshtml b/BTCPayServer/Views/Shared/EmailsBody.cshtml index 23c92a372..c9f2ab5f7 100644 --- a/BTCPayServer/Views/Shared/EmailsBody.cshtml +++ b/BTCPayServer/Views/Shared/EmailsBody.cshtml @@ -1,6 +1,7 @@ @using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.TagHelpers +@using BTCPayServer.Models.ServerViewModels @model BTCPayServer.Models.EmailsViewModel
@@ -44,7 +45,7 @@
For many email providers (like Gmail) your login is your email address.
-
+
@if (!Model.PasswordSet) { @@ -81,7 +82,6 @@