[Admin | Trunk]: Managers add / on verification link
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59499 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
ada1b125c4
commit
d493170cfd
|
@ -132,9 +132,9 @@ export class ManagersComponent implements OnInit, OnDestroy {
|
|||
|
||||
private getURL(): string {
|
||||
if(properties.environment != "production") {
|
||||
return 'https://beta.' + this.communityId + ".openaire.eu/verify";
|
||||
return 'https://beta.' + this.communityId + ".openaire.eu/verify/";
|
||||
} else {
|
||||
return 'https://' + this.communityId + ".openaire.eu/verify";
|
||||
return 'https://' + this.communityId + ".openaire.eu/verify/";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue