Merge pull request #18 from JBB0807/homepage-2nd-sprint
Homepage 2nd sprint
This commit is contained in:
commit
f7cae6fe34
14 changed files with 412 additions and 100 deletions
|
|
@ -2,7 +2,6 @@ import React from "react";
|
|||
function SignUpForm() {
|
||||
const authUrl = import.meta.env.VITE_AUTH_URL;
|
||||
|
||||
|
||||
const [state, setState] = React.useState({
|
||||
name: "",
|
||||
email: "",
|
||||
|
|
@ -33,7 +32,6 @@ function SignUpForm() {
|
|||
};
|
||||
|
||||
const googleAuth = () => {
|
||||
|
||||
window.open(`${authUrl}/auth/google`, "_self");
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue