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