1
0
Эх сурвалжийг харах

Merge branch 'taylorwmj-main' into main

Daniel García 3 жил өмнө
parent
commit
89fe05b6cc

+ 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>