Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/taylorwmj/vaultwarden into …
Browse files Browse the repository at this point in the history
…taylorwmj-main
  • Loading branch information
dani-garcia committed Feb 27, 2022
2 parents 9a682b7 + 9bb4c38 commit d73d74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/templates/admin/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d73d74e

Please sign in to comment.