From c37086e0002853a349cee076ec754f9789cf3a83 Mon Sep 17 00:00:00 2001 From: Wouter Samaey Date: Sun, 4 Aug 2019 17:17:55 +0200 Subject: [PATCH] Change type of SMTP password field to plain text, preventing autofill once and for all --- BTCPayServer/Services/Mails/EmailSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Services/Mails/EmailSettings.cs b/BTCPayServer/Services/Mails/EmailSettings.cs index 890c6428f..07d77aef0 100644 --- a/BTCPayServer/Services/Mails/EmailSettings.cs +++ b/BTCPayServer/Services/Mails/EmailSettings.cs @@ -24,7 +24,7 @@ namespace BTCPayServer.Services.Mails { get; set; } - [DataType(DataType.Password)] + public string Password { get; set;