commit
9d130f3415
@ -58,6 +58,7 @@ export class PageAgendaComponent implements AfterViewInit {
|
|||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.userId = this.tokenService.getCurrentMembreId();
|
this.userId = this.tokenService.getCurrentMembreId();
|
||||||
this.teamId = this.tokenService.getCurrentTeamId();
|
this.teamId = this.tokenService.getCurrentTeamId();
|
||||||
|
this.role = this.tokenService.getRole();
|
||||||
}
|
}
|
||||||
|
|
||||||
// petite triche pour eviter la repetition du nom dans le RDV
|
// petite triche pour eviter la repetition du nom dans le RDV
|
||||||
|
Loading…
Reference in New Issue
Block a user