From ace4d686f49f64a56aac2518307c991973871a42 Mon Sep 17 00:00:00 2001 From: shuvadeepmondal <121492365+shuvadeepmondal@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:57:31 +0530 Subject: [PATCH] Ui Update for OTP --- apps/frontend/src/components/auth/OTP.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/apps/frontend/src/components/auth/OTP.tsx b/apps/frontend/src/components/auth/OTP.tsx index 182c4fc..1e361c1 100644 --- a/apps/frontend/src/components/auth/OTP.tsx +++ b/apps/frontend/src/components/auth/OTP.tsx @@ -2,17 +2,17 @@ import log_img from '../../assets/enter-otp-animate.svg'; export default function OTP() { return ( -
+
OTP
-

+

Enter Your OTP

-

- Enter the one-time password (OTP) sent to your registered
email address to verify your identity and +

+ Enter the OTP sent to your registered email address to verify your identity and continue.

@@ -63,11 +63,18 @@ export default function OTP() {
+
+ +