Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
4dea5a78
Commit
4dea5a78
authored
Jan 13, 2020
by
Ratnadeep Rajendra Kharade
Browse files
updated login interface to authenticate
parent
ace1e8b7
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/auth/login/login.page.ts
View file @
4dea5a78
...
...
@@ -38,7 +38,7 @@ export class LoginPage implements OnInit {
}
loginApiCall
()
{
this
.
loginApi
=
this
.
httpClient
.
post
(
'
http://193.196.52.237:8081/
login
'
,
{
this
.
loginApi
=
this
.
httpClient
.
post
(
'
http://193.196.52.237:8081/
authenticate
'
,
{
"
email
"
:
this
.
username
,
"
password
"
:
this
.
password
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment