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' }" >