Merge pull request #2372 from nosovk/patch-1

turn of autocomplete for PrivKey input
This commit is contained in:
Andrew Camilleri
2021-03-16 17:29:25 +01:00
committed by GitHub

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">