move auth to sign-up
This commit is contained in:
parent
1d615b8257
commit
b8880e358e
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ function SignInForm() {
|
|||
});
|
||||
};
|
||||
|
||||
const googleAuth = () => {
|
||||
window.open("https://byte-camp-auth-service.fly.dev/auth/google", "_self");
|
||||
};
|
||||
|
||||
const handleOnSubmit = (evt) => {
|
||||
evt.preventDefault();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue