feat: otp resend timer and logic added
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { FlexBox } from '@/components/components/common/FlexBox';
|
||||
import Logo from '@/components/Logo';
|
||||
import { Paper } from '@mui/material';
|
||||
import { SmsOtpForm } from '../components/SmsOtpForm';
|
||||
import { useState } from 'react';
|
||||
import { AuthenticationContainer } from '../components/AuthenticationContainer';
|
||||
|
||||
@@ -17,16 +16,7 @@ export function AuthenticationPage() {
|
||||
}}
|
||||
>
|
||||
<Logo />
|
||||
<Paper
|
||||
elevation={0}
|
||||
sx={{
|
||||
borderRadius: 'theme.xl',
|
||||
p: 6,
|
||||
width: '34.5rem',
|
||||
}}
|
||||
>
|
||||
<AuthenticationContainer />
|
||||
</Paper>
|
||||
<AuthenticationContainer />
|
||||
</FlexBox>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user