Skip to content

Commit

Permalink
fix: autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslarroche committed Jan 28, 2024
1 parent 8d89913 commit 3d1f8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1-sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>Sign in</h1>
name="login"
placeholder="Login"
aria-label="Login"
autocomplete="nickname"
autocomplete="username"
required
/>
<input
Expand Down
2 changes: 1 addition & 1 deletion v2-react-classless-login/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const App = () => {
name="login"
placeholder="Login"
aria-label="Login"
autoComplete="nickname"
autoComplete="username"
required
/>
<input
Expand Down

0 comments on commit 3d1f8c8

Please sign in to comment.