[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:
parent
889bd1db17
commit
958072b31a
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue