From 4bb1ec6b436c79a8a35f418a042983514ac1cce0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 15 Nov 2023 21:34:24 -0500 Subject: [PATCH] pass reset --- .../familysettings/familysettings.page.html | 62 +++++++------- src/app/pages/forgot/forgot.page.html | 83 ++++++++++--------- src/app/pages/forgot/forgot.page.ts | 3 +- .../pages/new-password/new-password.page.html | 49 ++++++----- .../pages/new-password/new-password.page.ts | 2 +- 5 files changed, 107 insertions(+), 92 deletions(-) diff --git a/src/app/pages/familysettings/familysettings.page.html b/src/app/pages/familysettings/familysettings.page.html index 7710a38..c64a018 100644 --- a/src/app/pages/familysettings/familysettings.page.html +++ b/src/app/pages/familysettings/familysettings.page.html @@ -17,36 +17,42 @@ +
+ + + + Add Family + + + + Relatives + + + + Notifications + - - - - Add Family - - - - Notifications - - - - - - - - - - + + + + + + + + + - + - - - Family Banner - - Family - - Change Banner - - + + + Family Banner + + Family + + Change Banner + + +
diff --git a/src/app/pages/forgot/forgot.page.html b/src/app/pages/forgot/forgot.page.html index f8404e3..30d4a5a 100644 --- a/src/app/pages/forgot/forgot.page.html +++ b/src/app/pages/forgot/forgot.page.html @@ -1,58 +1,63 @@ - +
+ -
+
- Forgot password +
- Select which contact details should we use to reset your password: + Forgot password - - - Via email - - + Select which contact details should we use to reset your password: - - - Via sms - - -
+ + + Via email + + -
+ + + Via sms + + +
- Forgot password +
- Enter your registered email + Forgot password - - - + Enter your registered email - - Continue - -
+ + + + + + Continue + +
-
+
- Forgot password + Forgot password - Code has been sent to the your registered email + Code has been sent to the your registered email - - - + + + - - Continue - -
-
- Already have an account? Login + + Continue + +
+
+ Already have an account? Login +
+
diff --git a/src/app/pages/forgot/forgot.page.ts b/src/app/pages/forgot/forgot.page.ts index 290a440..a8d24f8 100644 --- a/src/app/pages/forgot/forgot.page.ts +++ b/src/app/pages/forgot/forgot.page.ts @@ -70,7 +70,8 @@ export class ForgotPage implements OnInit { } else { - alert("SOME WENT WROMNG"); + this.showAlert("Password Reset Error","We are unable to complete the process, please contact support"); + // alert("SOME WENT WROMNG"); } } diff --git a/src/app/pages/new-password/new-password.page.html b/src/app/pages/new-password/new-password.page.html index 99cd9ca..1cc12b6 100644 --- a/src/app/pages/new-password/new-password.page.html +++ b/src/app/pages/new-password/new-password.page.html @@ -10,34 +10,37 @@ -