feat: analytics

This commit is contained in:
ferdiansyah783
2025-08-07 23:48:31 +07:00
parent a5d22db27b
commit 687f59a9fa
10 changed files with 1651 additions and 85 deletions
+2 -2
View File
@@ -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>