From 86187eaf8a81fe3d25ab8ba19edcc3dfd0621d88 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 85bf8f0c..4534ab06 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -191,21 +191,25 @@ const LoginPage = () => { {/* Footer Text */} -

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

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

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

+
+ )} + );