8000 avoid autocapitalize on username or password fields · devel0/example-webapp-with-auth@cdfb38b · GitHub
[go: up one dir, main page]

Skip to content

Commit cdfb38b

Browse files
committed
avoid autocapitalize on username or password fields
1 parent f6a9827 commit cdfb38b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/frontend/src/pages/LoginPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export const LoginPage = () => {
148148
margin="normal"
149149
required
150150
fullWidth
151+
autoCapitalize='none'
151152
id="username"
152153
name="username"
153154
autoComplete="username"
@@ -160,6 +161,7 @@ export const LoginPage = () => {
160161
margin="normal"
161162
required
162163
fullWidth
164+
autoCapitalize='none'
163165
id="password"
164166
name="password"
165167
autoComplete="current-password"

0 commit comments

Comments
 (0)
0