From e21c1c6f102c64c83bde95c1ec97429284b30ae6 Mon Sep 17 00:00:00 2001 From: Rania Chowdhury Date: Wed, 27 Feb 2019 16:02:29 -0500 Subject: [PATCH] update on login --- src/app/authentication/authentication.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/authentication/authentication.component.ts b/src/app/authentication/authentication.component.ts index 2be98ee..d311947 100644 --- a/src/app/authentication/authentication.component.ts +++ b/src/app/authentication/authentication.component.ts @@ -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);