From fc04d67b9e2e52f17d9417e418e23d46259996a5 Mon Sep 17 00:00:00 2001 From: undsoft Date: Mon, 6 Jan 2025 18:33:18 -0500 Subject: [PATCH] NAS-132661: Move 2FA text --- .../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 }} +

+