Skip to content

Commit

Permalink
Add autocomplete attributes to login form
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Mar 26, 2024
1 parent 2faf8b8 commit 1a53c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/authentication/views/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h4>Login</h4>
class="form-control"
ng-model="vm.userName"
placeholder="Login"
autocomplete="username"
required
autofocus
og-input-autoselect
Expand All @@ -36,6 +37,7 @@ <h4>Login</h4>
class="form-control"
ng-model="vm.password"
placeholder="Password"
autocomplete="current-password"
required
og-input-autoselect
/>
Expand Down

0 comments on commit 1a53c30

Please sign in to comment.