Revision 59759
Added by Konstantinos Triantafyllou about 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/role-verification/role-verification.component.ts | ||
---|---|---|
188 | 188 |
|
189 | 189 |
public verifyMember() { |
190 | 190 |
this.loading = true; |
191 |
this.userRegistryService.verifyMember(this.verification.id, this.code.value).subscribe(() => {
|
|
191 |
this.userRegistryService.verify(this.verification.id, this.code.value, "member").subscribe(() => {
|
|
192 | 192 |
this.loading = false; |
193 | 193 |
this.error = null; |
194 | 194 |
this.userManagementService.getUserInfo(false).subscribe(user => { |
Also available in: Unified diff
[Library | Trunk]: Fix role verifciation