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