mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-21 23:14:25 +01:00
Prevent autofilling SMTP config user and password
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user