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