Update Login
This commit is contained in:
parent
82e79463b5
commit
bf0f4cfa38
@ -186,31 +186,6 @@ const Login = () => {
|
|||||||
<Button fullWidth variant='contained' type='submit' disabled={login.isPending}>
|
<Button fullWidth variant='contained' type='submit' disabled={login.isPending}>
|
||||||
{login.isPending ? <CircularProgress size={16} /> : 'Login'}
|
{login.isPending ? <CircularProgress size={16} /> : 'Login'}
|
||||||
</Button>
|
</Button>
|
||||||
<div className='flex justify-center items-center flex-wrap gap-2'>
|
|
||||||
<Typography>New on our platform?</Typography>
|
|
||||||
<Typography
|
|
||||||
component={Link}
|
|
||||||
href={getLocalizedUrl('/organization', locale as Locale)}
|
|
||||||
color='primary.main'
|
|
||||||
>
|
|
||||||
Create an account
|
|
||||||
</Typography>
|
|
||||||
</div>
|
|
||||||
<Divider className='gap-2 text-textPrimary'>or</Divider>
|
|
||||||
<div className='flex justify-center items-center gap-1.5'>
|
|
||||||
<IconButton className='text-facebook' size='small'>
|
|
||||||
<i className='tabler-brand-facebook-filled' />
|
|
||||||
</IconButton>
|
|
||||||
<IconButton className='text-twitter' size='small'>
|
|
||||||
<i className='tabler-brand-twitter-filled' />
|
|
||||||
</IconButton>
|
|
||||||
<IconButton className='text-textPrimary' size='small'>
|
|
||||||
<i className='tabler-brand-github-filled' />
|
|
||||||
</IconButton>
|
|
||||||
<IconButton className='text-error' size='small'>
|
|
||||||
<i className='tabler-brand-google-filled' />
|
|
||||||
</IconButton>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user