diff --git a/apps/dimentorin/src/app/auth/register/otp/page.tsx b/apps/dimentorin/src/app/auth/register/otp/page.tsx index a79b525..9026713 100644 --- a/apps/dimentorin/src/app/auth/register/otp/page.tsx +++ b/apps/dimentorin/src/app/auth/register/otp/page.tsx @@ -32,7 +32,7 @@ export const Components: FC = (): ReactElement => { const m = Math.floor(seconds / 60); const s = seconds % 60; return `${m}:${s.toString().padStart(2, '0')}`; - }; + }; return (
@@ -51,7 +51,7 @@ export const Components: FC = (): ReactElement => { name={'otp'} maxLength={6} control={form.control} - /> + />