feat: analytics
This commit is contained in:
+2
-2
@@ -243,8 +243,8 @@ const Login = ({ mode }: { mode: SystemMode }) => {
|
||||
Forgot password?
|
||||
</Typography>
|
||||
</div>
|
||||
<Button fullWidth variant='contained' type='submit'>
|
||||
Login
|
||||
<Button fullWidth variant='contained' type='submit' disabled={login.isPending}>
|
||||
{login.isPending ? 'Login...' : 'Login'}
|
||||
</Button>
|
||||
<div className='flex justify-center items-center flex-wrap gap-2'>
|
||||
<Typography>New on our platform?</Typography>
|
||||
|
||||
Reference in New Issue
Block a user