Skip to content

Commit

Permalink
Fix input type for email signup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Jan 1, 2024
1 parent f083e5c commit 7b5d478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LoginForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function LoginForm() {
aria-label={t("Login.emailDialog.form.email")}
id="email"
name="email"
type="email"
required
placeholder={t("Login.emailDialog.form.placeholder")}
/>
Expand Down

0 comments on commit 7b5d478

Please sign in to comment.