From 2755a21f950776a9ea3c4c2f2211321e1df7b592 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Thu, 28 Sep 2023 11:09:44 +0300 Subject: [PATCH] UI: Fixed translation on change lang --- ui-ngx/src/app/core/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/core/auth/auth.service.ts b/ui-ngx/src/app/core/auth/auth.service.ts index 1253184714..f4777aae29 100644 --- a/ui-ngx/src/app/core/auth/auth.service.ts +++ b/ui-ngx/src/app/core/auth/auth.service.ts @@ -424,8 +424,8 @@ export class AuthService { } else { userLang = null; } - this.notifyUserLang(userLang); loadUserSubject.next(authPayload); + this.notifyUserLang(userLang); loadUserSubject.complete(); }, (err) => {