feat: 增加线路优化注册功能
CI / build (20.15.1) (push) Successful in 21m1s

This commit is contained in:
2025-12-09 21:53:52 -08:00
parent c6a825c284
commit f86e3b4725
2 changed files with 9 additions and 14 deletions
@@ -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>
);