feat: welcome msg
This commit is contained in:
@@ -61,7 +61,7 @@ const Login = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h4" gutterBottom>
|
<Typography variant="h4" gutterBottom>
|
||||||
Login
|
Welcome Back!
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
|
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
|
||||||
<TextField
|
<TextField
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ const Register = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography component="h1" variant="h5">
|
<Typography component="h1" variant="h5">
|
||||||
Register
|
Create an account
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}>
|
<Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}>
|
||||||
<TextField
|
<TextField
|
||||||
|
|||||||
Reference in New Issue
Block a user