Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
c8d646cb
Commit
c8d646cb
authored
5 years ago
by
Priyanka Upadhye
Browse files
Options
Download
Email Patches
Plain Diff
ResetPassword removed and some more bugs fixed
parent
417ee825
master
70-add-validation-for-feedback-should-not-be-empty
72-feedback-toast-message
73-removal-here-maps-api-key
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/auth/login/login.page.html
+1
-1
src/app/auth/login/login.page.html
src/app/auth/login/login.page.ts
+1
-1
src/app/auth/login/login.page.ts
src/app/auth/reset-password/reset-password.page.html
+3
-5
src/app/auth/reset-password/reset-password.page.html
with
5 additions
and
7 deletions
+5
-7
src/app/auth/login/login.page.html
+
1
-
1
View file @
c8d646cb
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<div
padding
>
<div
padding
>
<ion-button
size=
"large"
expand=
"block"
(click)=
"login()"
>
Login
</ion-button>
<ion-button
size=
"large"
expand=
"block"
(click)=
"login()"
>
Login
</ion-button>
<a
href=
"../../reset-password"
>
Forgot your Password?
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/auth/login/login.page.ts
+
1
-
1
View file @
c8d646cb
...
@@ -38,7 +38,7 @@ export class LoginPage implements OnInit {
...
@@ -38,7 +38,7 @@ export class LoginPage implements OnInit {
}
}
loginApiCall
()
{
loginApiCall
()
{
this
.
loginApi
=
this
.
httpClient
.
post
(
'
http://193.196.52.237:8081/
authenticate
'
,
{
this
.
loginApi
=
this
.
httpClient
.
post
(
'
http://193.196.52.237:8081/
login
'
,
{
"
email
"
:
this
.
username
,
"
email
"
:
this
.
username
,
"
password
"
:
this
.
password
"
password
"
:
this
.
password
});
});
...
...
This diff is collapsed.
Click to expand it.
src/app/auth/reset-password/reset-password.page.html
+
3
-
5
View file @
c8d646cb
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<img
src=
"../../../assets/images/bike2gologo.png"
>
<img
src=
"../../../assets/images/bike2gologo.png"
>
</div>
</div>
<div
class=
"ion-text"
>
<div
class=
"ion-text"
>
<h3>
Reset
Password
</h3>
<h3>
Change
Password
</h3>
</div>
</div>
...
@@ -35,11 +35,9 @@
...
@@ -35,11 +35,9 @@
<div
padding
>
<div
padding
>
<ion-button
size=
"large"
expand=
"block"
(click)=
"resetPassword()"
>
Reset Password
</ion-button>
<ion-button
size=
"large"
expand=
"block"
(click)=
"resetPassword()"
>
Change Password
</ion-button>
</div>
<div
padding
>
<ion-button
size=
"large"
expand=
"block"
(click)=
"login()"
>
Login
</ion-button>
</div>
</div>
</ion-col>
</ion-col>
</ion-row>
</ion-row>
</ion-grid>
</ion-grid>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets