1
0
Fork 0

Added autofocus to pw field on admin login page

Dieser Commit ist enthalten in:
taylorwmj 2022-02-22 20:44:29 -06:00 committet von GitHub
Ursprung 08f0de7b46
Commit 9bb4c38bf9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -13,9 +13,9 @@
<small>Please provide it below:</small>
<form class="form-inline" method="post">
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Enter admin token">
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Enter admin token" autofocus="autofocus">
<button type="submit" class="btn btn-primary">Enter</button>
</form>
</div>
</div>
</main>
</main>