mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-13 08:56:30 +00:00
Added autofocus to pw field on admin login page
This commit is contained in:
parent
08f0de7b46
commit
9bb4c38bf9
@ -13,7 +13,7 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user