commit changes

This commit is contained in:
Anton Kupriianov 2025-05-07 13:26:37 -07:00
parent dd9b9c4ad6
commit 86c4325c10
2 changed files with 5 additions and 8 deletions

View file

@ -32,12 +32,7 @@ function SignUpForm() {
};
const googleAuth = () => {
<<<<<<< HEAD
window.open(authUrl, "_self");
=======
window.open(`${authUrl}/auth/google`, "_self");
>>>>>>> refs/remotes/origin/homepage-2nd-sprint
};
return (