Skip to content

Commit

Permalink
impr: email input type
Browse files Browse the repository at this point in the history
  • Loading branch information
AndlerRL committed Nov 8, 2024
1 parent 7434663 commit 661a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/pages/sign-in/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function LoginComponent({
value={JSON.stringify(searchParams)}
/>
<Label htmlFor="email">Email</Label>
<Input name="email" placeholder="[email protected]" required />
<Input name="email" type="email" spellCheck={false} placeholder="[email protected]" required />
{/* <div className="flex justify-between items-center">
<Label htmlFor="password">Password</Label>
<Link
Expand Down

0 comments on commit 661a508

Please sign in to comment.