From 4d66ebeb509840bb16ff26020a4222e9b41fc46c Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Tue, 5 Aug 2025 11:48:10 +0530 Subject: [PATCH] changes in otp page. --- src/pages/authentication/LoginPage.jsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 63f48791..a2b46a39 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -180,21 +180,25 @@ const LoginPage = () => { {/* Footer Text */} -

- New on our platform? - {IsLoginWithOTP ? ( + {!IsLoginWithOTP ? ( +

+ New on our platform? + + Request a Demo + +

+ ) : ( +
- ) : ( - - Request a Demo - - )} -

+
+ )} + );