Skip to content

Commit 5f22cd1

Browse files
Set login callback to calendar
1 parent 08a27ab commit 5f22cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SignInButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function SignInButton(): JSX.Element {
1515
color="text"
1616
fontWeight="bold"
1717
leftIcon={<FcGoogle fontSize="18px" />}
18-
onClick={() => signIn('google', { callbackUrl: `/homepage` })}
18+
onClick={() => signIn('google', { callbackUrl: `/calendar` })}
1919
>
2020
Sign in with Google
2121
</Button>

0 commit comments

Comments
 (0)