Skip to content

Commit

Permalink
Use instantiated AuthService
Browse files Browse the repository at this point in the history
  • Loading branch information
archived-m committed Sep 4, 2017
1 parent 60f4507 commit ca0cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/invite/invite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class InvitePage extends AuthGuard {
}

this.patientService.inviteUser({
inviterId: AuthService.getCurrentUser().id + "",
inviterId: this.authService.getCurrentUser().id + "",
lastName: this.lastname,
firstName: this.firstname,
email: this.email,
Expand Down

0 comments on commit ca0cc00

Please sign in to comment.