Clean code
This commit is contained in:
@ -35,15 +35,6 @@ function Copyright(props: any) {
|
||||
}
|
||||
|
||||
export function BaseLoginPage() {
|
||||
const handleSubmit = (event: React.FormEvent<HTMLFormElement>) => {
|
||||
event.preventDefault();
|
||||
const data = new FormData(event.currentTarget);
|
||||
console.log({
|
||||
email: data.get("email"),
|
||||
password: data.get("password"),
|
||||
});
|
||||
};
|
||||
|
||||
return (
|
||||
<Grid container component="main" sx={{ height: "100vh" }}>
|
||||
<CssBaseline />
|
||||
|
Reference in New Issue
Block a user