[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:
k.triantafyllou 2020-10-01 11:34:58 +00:00
parent ada1b125c4
commit d493170cfd
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ export class ManagersComponent implements OnInit, OnDestroy {
private getURL(): string { private getURL(): string {
if(properties.environment != "production") { if(properties.environment != "production") {
return 'https://beta.' + this.communityId + ".openaire.eu/verify"; return 'https://beta.' + this.communityId + ".openaire.eu/verify/";
} else { } else {
return 'https://' + this.communityId + ".openaire.eu/verify"; return 'https://' + this.communityId + ".openaire.eu/verify/";
} }
} }
} }