Skip to content

Commit

Permalink
Add autofocus (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Dec 3, 2021
1 parent 1db7006 commit 8a97aa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/resources/login-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ <h1 class="pf-c-title pf-m-3xl">Log in to your account</h1>
type="text"
id="j_username"
name="j_username"
autocomplete="off"
autofocus
aria-invalid="true"
/>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/resources/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h1 class="pf-c-title pf-m-3xl">Log in to your account</h1>
id="j_username"
name="j_username"
autocomplete="off"
autofocus
/>
</div>
<div class="pf-c-form__group">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/resources/signup-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ <h1 class="pf-c-title pf-m-3xl">Sing up</h1>
id="j_username"
name="j_username"
autocomplete="off"
autofocus
/>
</div>
<div class="pf-c-form__group">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/resources/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h1 class="pf-c-title pf-m-3xl">Sing up</h1>
id="j_username"
name="j_username"
autocomplete="off"
autofocus
/>
</div>
<div class="pf-c-form__group">
Expand Down

0 comments on commit 8a97aa3

Please sign in to comment.