commit d73d74e78fa6345d92e20d85e5169773a57497df parent 9a682b7a45e95c034bdd4c143d0b7eb1fcb4cca5 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Sun, 27 Feb 2022 21:22:15 +0100 Merge branch 'main' of https://github.com/taylorwmj/vaultwarden into taylorwmj-main Diffstat:
M | src/static/templates/admin/login.hbs | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/static/templates/admin/login.hbs b/src/static/templates/admin/login.hbs @@ -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> -\ No newline at end of file +</main>