From 7a58598b2c6c3c3411b3a121d4948593dcfa726b Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Mon, 24 Jun 2019 12:01:20 +0300 Subject: [PATCH] forgot password page added --- .../authentication/authentication.module.ts | 2 - .../forgot/forgot.component.html | 41 +-- .../authentication/login/login.component.html | 2 +- .../authentication/login/login.component.scss | 1 + .../authentication/login/login.component.ts | 6 +- .../services/common/common.service.ts | 294 +----------------- .../hmg-common/services/push/push.service.ts | 6 +- .../hmg-common/services/rate/rate.service.ts | 2 +- .../ui/tabs-bar/tabs-bar.component.ts | 15 - Mohem/src/theme/styles.scss | 8 +- 10 files changed, 40 insertions(+), 337 deletions(-) diff --git a/Mohem/src/app/authentication/authentication.module.ts b/Mohem/src/app/authentication/authentication.module.ts index ec3ac30b..9b270564 100644 --- a/Mohem/src/app/authentication/authentication.module.ts +++ b/Mohem/src/app/authentication/authentication.module.ts @@ -29,8 +29,6 @@ const routes: Routes = [ path: 'login', component: LoginComponent }, - - { path: 'forgot', component: ForgotComponent diff --git a/Mohem/src/app/authentication/forgot/forgot.component.html b/Mohem/src/app/authentication/forgot/forgot.component.html index 10daa70b..8c8d2004 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.html +++ b/Mohem/src/app/authentication/forgot/forgot.component.html @@ -1,29 +1,32 @@ - - - {{'login,forgot-id' | translate}} - + + + {{'login,forgot-password' | translate}} - + - - -

{{ 'login,forgot-desc'| translate}}

-
-
- - - - - - - - + + + + {{'changePassword.newPassword' | translate}} + + + + + + + {{'changePassword.confirmPassword' | translate}} + + + +
-
+