turn of autocomplete for "BIP39 Seed (12/24 word mnemonic phrase) or HD private key" input

autocomplete not pretend to be safe store for your wallet key
This commit is contained in:
Konstantin Nosov 2021-03-16 16:05:16 +02:00 committed by GitHub
parent f722956864
commit 4575fda10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
<partial name="SigningContext" for="SigningContext" />
<div class="form-group">
<label asp-for="SeedOrKey"></label>
<input asp-for="SeedOrKey" class="form-control" />
<input asp-for="SeedOrKey" class="form-control" autocomplete="off" autocorrect="off" autocapitalize="off"/>
<span asp-validation-for="SeedOrKey" class="text-danger"></span>
</div>
<div class="form-group">