mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Merge pull request #954 from woutersamaey/prevent-autofill-smtp-config
Prevent autofilling SMTP config user and password
This commit is contained in:
commit
fb77fddcc3
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ namespace BTCPayServer.Services.Mails
|
|||
{
|
||||
get; set;
|
||||
}
|
||||
[DataType(DataType.Password)]
|
||||
|
||||
public string Password
|
||||
{
|
||||
get; set;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<form method="post">
|
||||
<form method="post" autocomplete="off">
|
||||
<div class="form-group">
|
||||
<label asp-for="Settings.Server"></label>
|
||||
<input asp-for="Settings.Server" class="form-control" />
|
||||
|
|
Loading…
Add table
Reference in a new issue