From 5d418830b946024b25a198f09fd6e8d6fadaaf9a Mon Sep 17 00:00:00 2001 From: egagofur Date: Sun, 30 Mar 2025 22:44:59 +0700 Subject: [PATCH] feat: add todo component otp input --- .../src/app/_components/form/modal-form-forgot-password.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gacha/src/app/_components/form/modal-form-forgot-password.tsx b/apps/gacha/src/app/_components/form/modal-form-forgot-password.tsx index 691588a..cf41f53 100644 --- a/apps/gacha/src/app/_components/form/modal-form-forgot-password.tsx +++ b/apps/gacha/src/app/_components/form/modal-form-forgot-password.tsx @@ -83,6 +83,7 @@ interface IStepTwoProps { const StepTwo = ({ nextStep, prevStep }: IStepTwoProps) => ( <> + {/* TODO: Change component using OTP Input */}