user load logs
This commit is contained in:
parent
a06bf5f115
commit
eae8340f27
@ -31,7 +31,8 @@ export function configurationInitializer(
|
|||||||
mergeMap(() => generalSettingsService.getGeneralConfigurations()),
|
mergeMap(() => generalSettingsService.getGeneralConfigurations()),
|
||||||
tap(configuration => configService.updateDisplayName(configuration.displayName)),
|
tap(configuration => configService.updateDisplayName(configuration.displayName)),
|
||||||
switchMap(() => userPreferenceService.reload()),
|
switchMap(() => userPreferenceService.reload()),
|
||||||
catchError(() => {
|
catchError(e => {
|
||||||
|
console.log('catch', e);
|
||||||
title.setTitle('RedactManager');
|
title.setTitle('RedactManager');
|
||||||
return of({});
|
return of({});
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user