Browse Source
Merge pull request #9331 from ArtemDzhereleiko/AD/bug-fix/custom-translate-change-lang
Fixed translation on change lang
pull/9318/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) => { |
|
|
|
|