add delegate verification finish

This commit is contained in:
Eudes Inácio
2024-03-02 12:56:54 +01:00
parent 805825d3f5
commit 43ebfb381d
8 changed files with 18 additions and 8 deletions
@@ -29,6 +29,7 @@ export class DespachosPrOptionsPage implements OnInit {
serialNumber: string;
profile: string
environment = environment
isDelegated: boolean;
constructor(private activateRoute: ActivatedRoute,
private processes: ProcessesService,
@@ -45,6 +46,8 @@ export class DespachosPrOptionsPage implements OnInit {
) { }
ngOnInit() {
console.log('is delegated', this.fulltask.isDelegated)
this.isDelegated = this.fulltask.isDelegated;
this.profile = "mdgpr";