added notes.comments field

This commit is contained in:
VLE2FE
2020-08-24 12:43:39 +02:00
parent 602dfb51da
commit 65f740af77
11 changed files with 94 additions and 61 deletions

View File

@ -80,6 +80,9 @@ export class LoginService implements CanActivate {
logout() {
this.storage.remove('basicAuth');
this.loggedIn = false;
this.levels.forEach(level => {
this.isLevel[level] = false;
});
}
canActivate(route: ActivatedRouteSnapshot = null, state: RouterStateSnapshot = null): Observable<boolean> {