refactor: read auth provider info from app config

This commit is contained in:
Jovan Krunić
2022-02-07 16:46:29 +00:00
committed by Rainer Killinger
parent a1592f84cc
commit fb7b3fd1d2
19 changed files with 216 additions and 287 deletions

View File

@@ -22,20 +22,6 @@ export class NavigationService {
this.logger.error(`error from loading menu entries: ${error}`);
}
// TODO: move this menu item to the config (backend)
menu[1].items.unshift({
icon: 'library',
route: '/library-account',
title: 'library account',
translations: {
de: {
title: 'Bibliothekskonto',
},
en: {
title: 'Library account',
},
},
});
return menu;
}
}