mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Remove autocorrect and autocapitalize for seed input
This commit is contained in:
parent
2497413c60
commit
560671b57f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
{
|
||||
<div class="form-group">
|
||||
<label asp-for="ExistingMnemonic">Wallet Recovery Seed</label>
|
||||
<textarea asp-for="ExistingMnemonic" class="form-control text-monospace py-2" rows="2" autocomplete="off"></textarea>
|
||||
<textarea asp-for="ExistingMnemonic" class="form-control text-monospace py-2" rows="2" autocomplete="off" autocorrect="off" autocapitalize="off"></textarea>
|
||||
<span asp-validation-for="ExistingMnemonic" class="text-danger"></span>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue