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
10325249
Commit
10325249
authored
Nov 27, 2019
by
Ratnadeep Rajendra Kharade
Browse files
removed hardcodeed credentials.
parent
ff79babc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/auth/login/login.page.ts
View file @
10325249
...
...
@@ -12,8 +12,8 @@ import { RestService } from '../../rest.service';
styleUrls
:
[
'
./login.page.scss
'
],
})
export
class
LoginPage
implements
OnInit
{
username
=
"
Bob@mail.com
"
;
password
=
"
BobPassword
"
;
username
=
""
;
password
=
""
;
correctCredentials
=
false
;
loginApi
:
Observable
<
any
>
;
...
...
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