@@ -3,7 +3,7 @@ import EmailAuthForm2 from '@/app/auth/email2/auth-form';
|
||||
|
||||
export default function RegisterPage() {
|
||||
return (
|
||||
<div className='container w-[496px] py-8'>
|
||||
<div className='container w-full py-8 sm:w-[496px]'>
|
||||
<EmailAuthForm2 isRedirect={true} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user