Browse Source

Merge branch 'taylorwmj-main' into main

pull/2354/head
Daniel García 3 years ago
parent
commit
89fe05b6cc
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 4
      src/static/templates/admin/login.hbs

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

@ -13,9 +13,9 @@
<small>Please provide it below:</small> <small>Please provide it below:</small>
<form class="form-inline" method="post"> <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> <button type="submit" class="btn btn-primary">Enter</button>
</form> </form>
</div> </div>
</div> </div>
</main> </main>

Loading…
Cancel
Save