convert endpoint urls to env variables

This commit is contained in:
JBB0807 2025-05-02 17:20:38 -07:00
parent 28dd929927
commit 00c14f4eeb
4 changed files with 9 additions and 5 deletions

View file

@ -34,7 +34,7 @@ function SignUpForm() {
const googleAuth = () => {
window.open(authUrl, "_self");
window.open(`${authUrl}/auth/google`, "_self");
};
return (