Skip to content

Commit 92f4c7b

Browse files
author
luckybear
committed
impr: email input type
1 parent 29418cc commit 92f4c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/pages/sign-in/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function LoginComponent({
3838
value={JSON.stringify(searchParams)}
3939
/>
4040
<Label htmlFor="email">Email</Label>
41-
<Input name="email" placeholder="you@example.com" required />
41+
<Input name="email" type="email" spellCheck={false} placeholder="you@example.com" required />
4242
{/* <div className="flex justify-between items-center">
4343
<Label htmlFor="password">Password</Label>
4444
<Link

0 commit comments

Comments
 (0)