move auth to sign-up

This commit is contained in:
JBB0807 2025-04-21 18:32:50 -07:00
parent 1d615b8257
commit b8880e358e

View file

@ -14,10 +14,6 @@ function SignInForm() {
}); });
}; };
const googleAuth = () => {
window.open("https://byte-camp-auth-service.fly.dev/auth/google", "_self");
};
const handleOnSubmit = (evt) => { const handleOnSubmit = (evt) => {
evt.preventDefault(); evt.preventDefault();