From 9e03e6ae195b42701bfde3213c2186ee9ad1853a Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Mon, 9 Jun 2025 11:49:34 +0530 Subject: [PATCH] Handle conditon to hide unwanted OR label --- src/pages/authentication/LoginPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 37400bf9..38448eaf 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -173,7 +173,7 @@ const LoginPage = () => { > {loading ? "Please Wait" : IsLoginWithOTP ? "Send OTP" : "Sign In"} -
OR
+ {!IsLoginWithOTP &&
OR
} {!IsLoginWithOTP && (