Skip to content

Commit 9e528c9

Browse files
authored
fix(login): add explicit type="submit" to form button (#17)
fix(login): add explicit type=submit to form button
1 parent c4ca589 commit 9e528c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(auth)/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default async function Page() {
5555
});
5656
}}
5757
>
58-
<Button size={'default'} className="w-full">
58+
<Button type='submit' size={'default'} className="w-full">
5959
<GithubIcon className="size-5" />
6060
Sign in with Github
6161
</Button>

0 commit comments

Comments
 (0)