mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Change type of SMTP password field to plain text, preventing autofill once and for all
This commit is contained in:
parent
7841f79f31
commit
c37086e000
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace BTCPayServer.Services.Mails
|
|||
{
|
||||
get; set;
|
||||
}
|
||||
[DataType(DataType.Password)]
|
||||
|
||||
public string Password
|
||||
{
|
||||
get; set;
|
||||
|
|
Loading…
Add table
Reference in a new issue