From 9dac478076691841488e64793707db4df1fceed8 Mon Sep 17 00:00:00 2001 From: shubhamsharma9199 Date: Wed, 4 Feb 2026 23:42:19 +0530 Subject: [PATCH] WEB-649 feat: improve UI/UX for 2fa login page and layout consistency --- .../two-factor-authentication.component.html | 41 +--- .../two-factor-authentication.component.scss | 228 +++++++++++++++++- 2 files changed, 223 insertions(+), 46 deletions(-) diff --git a/src/app/login/two-factor-authentication/two-factor-authentication.component.html b/src/app/login/two-factor-authentication/two-factor-authentication.component.html index 7a154bbff..a233e7a48 100644 --- a/src/app/login/two-factor-authentication/two-factor-authentication.component.html +++ b/src/app/login/two-factor-authentication/two-factor-authentication.component.html @@ -15,18 +15,9 @@ @if (!otpRequested) {

{{ 'labels.text.Please select a delivery method' | translate }}:

-} -@if (!otpRequested) { -
- + + @for ( twoFactorAuthenticationDeliveryMethod of twoFactorAuthenticationDeliveryMethods; track twoFactorAuthenticationDeliveryMethod @@ -37,12 +28,7 @@ } - -