mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-24 08:24:29 +01:00
Change type of SMTP password field to plain text, preventing autofill once and for all
This commit is contained in:
@@ -24,7 +24,7 @@ namespace BTCPayServer.Services.Mails
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
[DataType(DataType.Password)]
|
||||
|
||||
public string Password
|
||||
{
|
||||
get; set;
|
||||
|
||||
Reference in New Issue
Block a user