Browse Source

Added autofocus to pw field on admin login page

pull/2328/head
taylorwmj 3 years ago
committed by GitHub
parent
commit
9bb4c38bf9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/static/templates/admin/login.hbs

2
src/static/templates/admin/login.hbs

@ -13,7 +13,7 @@
<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>

Loading…
Cancel
Save