We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b8d45 commit b96c9a2Copy full SHA for b96c9a2
1 file changed
src/components/modules/Auth/LoginForm.tsx
@@ -165,7 +165,7 @@ const LoginForm = ({ redirectPath }: LoginFormProps) => {
165
variant="outline"
166
className="w-full"
167
onClick={() => {
168
- window.location.href = `${process.env.NEXT_PUBLIC_API_BASE_URL}/auth/google?redirect=/dashboard`;
+ window.location.href = `${process.env.NEXT_PUBLIC_BACKEND_URL}/api/auth/google?redirect=/dashboard`;
169
}}
170
>
171
<svg className="size-4 mr-2" viewBox="0 0 24 24">
0 commit comments