We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93f634 commit 3e3b91aCopy full SHA for 3e3b91a
src/app/core/locale/server-locale.service.ts
@@ -63,7 +63,7 @@ export class ServerLocaleService extends LocaleService {
63
take(1),
64
mergeMap(([isAuthenticated, isLoaded]) => {
65
let epersonLang$: Observable<string[]> = of([]);
66
- if (isAuthenticated && isLoaded) {
+ if (isAuthenticated && isLoaded && !ignoreEPersonSettings) {
67
epersonLang$ = this.authService.getAuthenticatedUserFromStore().pipe(
68
69
map((eperson) => {
0 commit comments