From aa52b62ae7e9e4c92beb1cc7c35e2ceb1fca160b Mon Sep 17 00:00:00 2001 From: boboiazumi Date: Thu, 19 Jun 2025 21:36:08 +0700 Subject: [PATCH] fix: minor --- apps/dimentorin/src/app/auth/register/otp/page.tsx | 4 ++-- libs/service/src/hooks/auth/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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} - /> + />