From 238c2b19f8296bf98e9681b2221b0c97dacc35a7 Mon Sep 17 00:00:00 2001 From: Chandan-walker Date: Tue, 10 Mar 2026 17:56:40 +0530 Subject: [PATCH] fixed style issue --- apps/proxy-auth/src/app/otp/send-otp/send-otp.component.html | 5 ++++- apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.html b/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.html index e95ddf11..97bbf1b5 100644 --- a/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.html +++ b/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.html @@ -4,7 +4,10 @@ [ngClass]="{ 'with-reference-id': referenceId, 'without-reference-id': authToken, - 'dark-theme': (theme === 'dark' && (type === 'user-management' || authToken)) || type === 'organization-details' + 'dark-theme': + (theme === 'dark' && (type === 'user-management' || authToken)) || type === 'organization-details', + 'user-profile-mode': + authToken && type !== 'user-management' && type !== 'subscription' && type !== 'organization-details' }" >