missing role

This commit is contained in:
Hedi 2022-03-01 19:07:37 +01:00
parent cd8a67a9e7
commit 86bdf56cb6

View File

@ -58,6 +58,7 @@ export class PageAgendaComponent implements AfterViewInit {
ngOnInit(): void {
this.userId = this.tokenService.getCurrentMembreId();
this.teamId = this.tokenService.getCurrentTeamId();
this.role = this.tokenService.getRole();
}
// petite triche pour eviter la repetition du nom dans le RDV