From b024ed5bfc609cfeee8113c00bd6f12e909f7dd1 Mon Sep 17 00:00:00 2001 From: Denis Skripnik Date: Sun, 31 May 2026 09:17:34 +0000 Subject: [PATCH] fix: refine auth feedback live announcements --- src/app/app.component.html | 4 ++-- .../data-modal/is-authorized/is-authorized.component.html | 2 +- src/app/shared/components/login/login.component.html | 6 +++--- .../settings/auth-settings/auth-settings.component.html | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 080ff7ed..f6907c9e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,8 +29,8 @@ -
- +
+
diff --git a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html index f42eb8ab..5adab9d4 100644 --- a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html +++ b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html @@ -11,7 +11,7 @@ Password - Password is required. + Password is required.
diff --git a/src/app/shared/components/login/login.component.html b/src/app/shared/components/login/login.component.html index 88f10e3b..db52cfbc 100644 --- a/src/app/shared/components/login/login.component.html +++ b/src/app/shared/components/login/login.component.html @@ -19,13 +19,13 @@ - Password is required. + Password is required. - -

+

close {{logoutReason}}

diff --git a/src/app/shared/components/settings/auth-settings/auth-settings.component.html b/src/app/shared/components/settings/auth-settings/auth-settings.component.html index 4ab96520..ac4ea16f 100644 --- a/src/app/shared/components/settings/auth-settings/auth-settings.component.html +++ b/src/app/shared/components/settings/auth-settings/auth-settings.component.html @@ -7,17 +7,17 @@ Current Password - Current password is required. + Current password is required. New Password - {{errorMsg}} + {{errorMsg}} Confirm New Password - {{errorConfirmMsg}} + {{errorConfirmMsg}}