[Library | Trunk]: Fix role verifciation

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59759 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-11-03 22:34:37 +00:00
parent 889bd1db17
commit 958072b31a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export class RoleVerificationComponent implements OnInit, OnDestroy {
public verifyMember() {
this.loading = true;
this.userRegistryService.verifyMember(this.verification.id, this.code.value).subscribe(() => {
this.userRegistryService.verify(this.verification.id, this.code.value, "member").subscribe(() => {
this.loading = false;
this.error = null;
this.userManagementService.getUserInfo(false).subscribe(user => {