Change type of SMTP password field to plain text, preventing autofill once and for all

This commit is contained in:
Wouter Samaey 2019-08-04 17:17:55 +02:00
parent 7841f79f31
commit c37086e000

View file

@ -24,7 +24,7 @@ namespace BTCPayServer.Services.Mails
{
get; set;
}
[DataType(DataType.Password)]
public string Password
{
get; set;