fix: remove OR
This commit is contained in:
@@ -63,12 +63,6 @@ const Login = () => {
|
||||
<Typography variant="h4" gutterBottom>
|
||||
Login
|
||||
</Typography>
|
||||
|
||||
<Typography variant="body1" align="center" gutterBottom>
|
||||
OR
|
||||
</Typography>
|
||||
|
||||
{/* Login Form */}
|
||||
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
|
||||
<TextField
|
||||
fullWidth
|
||||
|
||||
@@ -61,7 +61,6 @@ const Register = () => {
|
||||
<Typography component="h1" variant="h5">
|
||||
Register
|
||||
</Typography>
|
||||
<Typography sx={{ mt: 2, mb: 2 }}>OR</Typography>
|
||||
<Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}>
|
||||
<TextField
|
||||
margin="normal"
|
||||
|
||||
Reference in New Issue
Block a user