login/register seite nicht neuladen + focus auf input

This commit is contained in:
hydrant
2020-05-08 16:21:34 +02:00
parent 51b0f78041
commit 1a6d833db3
3 changed files with 11 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
<div class="form" role="form">
<div class="form__row form__row--streched">
<div class="form__row">
<input type="password" name="password" id="password">
<input type="password" name="password" id="password" autofocus>
<span id="password-visibility" class="hidden"></span>
</div>