Production release July 2024 [EXPLORE] #47
|
@ -206,7 +206,7 @@ export class RoleVerificationComponent extends BaseComponent implements OnInit,
|
||||||
this.error = null;
|
this.error = null;
|
||||||
if(this.service === "irish" || this.service === "monitor") {
|
if(this.service === "irish" || this.service === "monitor") {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.userManagementService.login(properties.domain + '/admin/' + this.verification.entity);
|
this.userManagementService.login(properties.domain + properties.baseLink + '/admin/' + this.verification.entity);
|
||||||
} else {
|
} else {
|
||||||
this.subscriptions.push(this.emailService.notifyManagers(this.id, 'manager',
|
this.subscriptions.push(this.emailService.notifyManagers(this.id, 'manager',
|
||||||
Composer.composeEmailToInformOldManagersForTheNewOnes(this.name, this.id)).subscribe(() => {
|
Composer.composeEmailToInformOldManagersForTheNewOnes(this.name, this.id)).subscribe(() => {
|
||||||
|
|
Loading…
Reference in New Issue