From 247cab3a64c012bfd4f0c9305dc432d5ca3982fa Mon Sep 17 00:00:00 2001 From: Evgeny Stepanovych Date: Tue, 7 Jan 2025 10:45:17 -0500 Subject: [PATCH] NAS-132661: Move 2FA text (#11295) --- .../signin-form/signin-form.component.html | 4 ++++ .../signin-form/signin-form.component.ts | 20 +++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/pages/signin/signin-form/signin-form.component.html b/src/app/pages/signin/signin-form/signin-form.component.html index f3da2c2b7a1..09ae43720ef 100644 --- a/src/app/pages/signin/signin-form/signin-form.component.html +++ b/src/app/pages/signin/signin-form/signin-form.component.html @@ -39,6 +39,10 @@ } } @if (hasTwoFactor) { +

+ {{ '2FA has been configured for this account. Enter the OTP to continue.' | translate }} +

+