convert endpoint urls to env variables
This commit is contained in:
parent
28dd929927
commit
00c14f4eeb
4 changed files with 9 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ function SignUpForm() {
|
|||
|
||||
const googleAuth = () => {
|
||||
|
||||
window.open(authUrl, "_self");
|
||||
window.open(`${authUrl}/auth/google`, "_self");
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue