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 @@ } - -