Skip to content

Commit 4cec94a

Browse files
committed
change type to text
1 parent 13ae403 commit 4cec94a

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="email"
34+
type="text"
3535
id="email"
3636
autoComplete="username"
3737
autoCapitalize="none"

0 commit comments

Comments
 (0)