Skip to content

Commit 3e3b91a

Browse files
author
abhinav
committed
fix merge issue
1 parent e93f634 commit 3e3b91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/locale/server-locale.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class ServerLocaleService extends LocaleService {
6363
take(1),
6464
mergeMap(([isAuthenticated, isLoaded]) => {
6565
let epersonLang$: Observable<string[]> = of([]);
66-
if (isAuthenticated && isLoaded) {
66+
if (isAuthenticated && isLoaded && !ignoreEPersonSettings) {
6767
epersonLang$ = this.authService.getAuthenticatedUserFromStore().pipe(
6868
take(1),
6969
map((eperson) => {

0 commit comments

Comments
 (0)