Ver Fonte

Merge branch 'main' of https://github.com/taylorwmj/vaultwarden into taylorwmj-main

Daniel García há 3 anos atrás
pai
commit
d73d74e78f
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/static/templates/admin/login.hbs

+ 2 - 2
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>
+</main>