Skip to content

Commit

Permalink
Set email input type to email
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Dec 14, 2023
1 parent 6446a49 commit 43a4656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function LoginForm() {

return (
<form onSubmit={handleSubmit}>
<FormInput type="text" placeholder="EMAIL" valueSetter={setEmail} />
<FormInput type="email" placeholder="EMAIL" valueSetter={setEmail} />
<FormInput
type="password"
placeholder="PASSWORD"
Expand Down

0 comments on commit 43a4656

Please sign in to comment.