From 2fbf7d51c6e44643c47b72e9daab148206d4ebb3 Mon Sep 17 00:00:00 2001 From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it> Date: Sat, 20 Mar 2021 17:50:00 +0100 Subject: [PATCH] Inserted todos --- src/components/LoginForm/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/LoginForm/index.tsx b/src/components/LoginForm/index.tsx index 310bf4b..2eb912d 100644 --- a/src/components/LoginForm/index.tsx +++ b/src/components/LoginForm/index.tsx @@ -4,6 +4,13 @@ import TextField from '@material-ui/core/TextField'; import Button from '@material-ui/core/Button'; import { isEmailValid } from './emailValidator'; +/** + * TODO + * Add enviroment variable for host + * Connect to api + * Add cookie session fetch + */ + const useStyles = makeStyles((theme: Theme) => createStyles({ root: { -- GitLab