mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 23:44:26 +01:00
Change generate wallet passphrase to text input to fix autocomplete (#1676)
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Passphrase">Passphrase (optional)</label>
|
||||
<input type="password" asp-for="Passphrase" class="form-control" autocomplete="off"/>
|
||||
<input type="text" asp-for="Passphrase" class="form-control" autocomplete="off"/>
|
||||
<span asp-validation-for="Passphrase" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="passphrase_conf">Passphrase confirmation</label>
|
||||
<input type="password" name="passphrase_conf" class="form-control"/>
|
||||
<input type="text" name="passphrase_conf" class="form-control"/>
|
||||
<span class="text-danger field-validation-valid" id="passphrase_conf_validation"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user