feat: init sign up page

This commit is contained in:
swve 2022-09-21 23:24:58 +02:00
parent 920339b5fd
commit 67ce2e7371
5 changed files with 84 additions and 17 deletions

View file

@ -8,7 +8,8 @@ const Login = () => {
const handleSubmit = (e: any) => {
e.preventDefault();
console.log(email, password);
console.log({ email, password });
alert(JSON.stringify({ email, password }));
};
const handleEmailChange = (e: any) => {
@ -21,7 +22,7 @@ const Login = () => {
return (
<div>
<Layout>
<Layout title="Login">
<Title>Login</Title>
<form>