Skip to content

Commit b96c9a2

Browse files
fix: login form location change
1 parent 42b8d45 commit b96c9a2

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
@@ -165,7 +165,7 @@ const LoginForm = ({ redirectPath }: LoginFormProps) => {
165165
variant="outline"
166166
className="w-full"
167167
onClick={() => {
168-
window.location.href = `${process.env.NEXT_PUBLIC_API_BASE_URL}/auth/google?redirect=/dashboard`;
168+
window.location.href = `${process.env.NEXT_PUBLIC_BACKEND_URL}/api/auth/google?redirect=/dashboard`;
169169
}}
170170
>
171171
<svg className="size-4 mr-2" viewBox="0 0 24 24">

0 commit comments

Comments
 (0)