diff --git a/apps/proxy-auth/src/app/app.component.html b/apps/proxy-auth/src/app/app.component.html index 424f039c..9c842e1f 100644 --- a/apps/proxy-auth/src/app/app.component.html +++ b/apps/proxy-auth/src/app/app.component.html @@ -1,4 +1,5 @@ -
+ +
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 98e319da..52dd5c13 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,7 @@ [ngClass]="{ 'with-reference-id': referenceId, 'without-reference-id': authToken, - 'dark-theme': theme === 'dark' && type === 'user-management' + 'dark-theme': theme === 'dark' && (type === 'user-management' || authToken) }" >