Project

General

Profile

« Previous | Next » 

Revision 57944

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

View differences:

invite.component.ts
95 95
      this.errorMessage = "";
96 96
      this.missingCommunityId = "";
97 97
      this.status = this.errorCodes.LOADING;
98
      this.userManageService.getUserInfo(this.properties.userInfoUrl).subscribe(user => {
98
      this.userManageService.getUserInfo().subscribe(user => {
99 99
        this.user = user;
100 100
        this.init();
101 101
      });

Also available in: Unified diff