Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update on login
  • Loading branch information
rrc12004 committed Feb 27, 2019
1 parent 0e86865 commit e21c1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/authentication/authentication.component.ts
Expand Up @@ -28,8 +28,8 @@ export class AuthenticationComponent implements OnInit {
password.click();

var json = JSON.stringify({
"email": username,
"password": password
"user_email": username,
"user_password": password
});

var authInfo = this.data.authorizeUser(json);
Expand Down

0 comments on commit e21c1c6

Please sign in to comment.