Skip to content

Commit 457af3d

Browse files
author
arifuddincoder
committed
fix: changed callback url google login
1 parent 8601ba2 commit 457af3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/modules/Auth/LoginForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const LoginForm = ({ redirectPath }: LoginFormProps) => {
4747
const handleGoogleLogin = async () => {
4848
await authClient.signIn.social({
4949
provider: "google",
50-
callbackURL: "/api/v1/auth/google/success",
50+
callbackURL: "/dashboard",
5151
});
5252
};
5353

0 commit comments

Comments
 (0)