Project

General

Profile

« Previous | Next » 

Revision 57947

[Admin | Trunk]: Remove url from get user info.

View differences:

curator.component.ts
66 66
          this.communityId = params['communityId'];
67 67
          this.showLoading = true;
68 68
          this.updateErrorMessage = '';
69
          this.userManagementService.getUserInfo(this.properties.userInfoUrl).subscribe(user => {
69
          this.userManagementService.getUserInfo().subscribe(user => {
70 70
            this.user = user;
71 71
            this.curatorId = this.user.id;
72 72
            this.curatorService.getCurator(this.properties,

Also available in: Unified diff