From 517a7c044619bae239ffbdb136aaa1dd7d75e44f Mon Sep 17 00:00:00 2001 From: aryabenade Date: Thu, 23 Apr 2026 13:34:58 +0530 Subject: [PATCH] remove the register button from logout modal --- src/components/LoginModal.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/LoginModal.tsx b/src/components/LoginModal.tsx index 11413ff..be1c4e5 100644 --- a/src/components/LoginModal.tsx +++ b/src/components/LoginModal.tsx @@ -238,14 +238,7 @@ export function LoginModal({ isOpen, onClose }: LoginModalProps) { > {isSendingOtp ? 'Sending OTP...' : 'Send OTP'} -
- -
+ ) : (