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
parent
commit
43fb5ece4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/core/auth/auth.service.ts

2
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) => {

Loading…
Cancel
Save