expirytime finally working

This commit is contained in:
2021-09-06 18:12:45 +02:00
parent 9478ad27c6
commit fd25f1fcf5
4 changed files with 31 additions and 7 deletions

View File

@ -33,6 +33,10 @@ export class NavigationComponent {
})
}
get expiryTime(): Observable<number> {
return this.tokenService.expiryTime
}
ngOnInit() {
this.authenticated = this.tokenService.checkAuthenticated()
}