Finished AuthContext

This commit is contained in:
Cassio Santos
2020-06-15 10:25:52 -03:00
parent 0b75b4aa52
commit eaea17fb66
20 changed files with 375 additions and 1149 deletions

View File

@@ -54,6 +54,7 @@ const useStyles = makeStyles(theme => ({
const SignUp = () => {
const classes = useStyles();
const history = useHistory();
const [user, setUser] = useState({ name: "", email: "", password: "" });
const handleChangeInput = e => {