mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +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">
|
<div class="form-group">
|
||||||
<label asp-for="ExistingMnemonic">Wallet Recovery Seed</label>
|
<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>
|
<span asp-validation-for="ExistingMnemonic" class="text-danger"></span>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue