Skip to content

Commit f0ab1bd

Browse files
changed the type to email
1 parent aceefad commit f0ab1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/LoginForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function LoginForm() {
3131
<input
3232
className="form__input"
3333
aria-label={t('LoginForm.UsernameOrEmailARIA')}
34-
type="text"
34+
type="email"
3535
id="email"
3636
autoComplete="username"
3737
autoCapitalize="none"

0 commit comments

Comments
 (0)