Merge pull request #67 from AlineRinquin/calendrier

missing role
This commit is contained in:
AlineRinquin 2022-03-01 21:03:11 +01:00 committed by GitHub
commit 9d130f3415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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