diff --git a/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.html b/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.html index 70d797b6..668cac38 100644 --- a/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.html +++ b/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.html @@ -17,7 +17,8 @@ -
+
diff --git a/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.ts b/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.ts index 6a26dd6c..b934433a 100644 --- a/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.ts +++ b/src/app/main/content/pages/authentication/forgot-password-2/forgot-password-2.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/forgot-password/forgot-password.component.html b/src/app/main/content/pages/authentication/forgot-password/forgot-password.component.html index 65694575..5fdedb29 100644 --- a/src/app/main/content/pages/authentication/forgot-password/forgot-password.component.html +++ b/src/app/main/content/pages/authentication/forgot-password/forgot-password.component.html @@ -1,6 +1,7 @@
-
+
diff --git a/src/app/main/content/pages/authentication/lock/lock.component.ts b/src/app/main/content/pages/authentication/lock/lock.component.ts index 6132336f..22e18a08 100644 --- a/src/app/main/content/pages/authentication/lock/lock.component.ts +++ b/src/app/main/content/pages/authentication/lock/lock.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/login-2/login-2.component.html b/src/app/main/content/pages/authentication/login-2/login-2.component.html index 435581f4..68377365 100644 --- a/src/app/main/content/pages/authentication/login-2/login-2.component.html +++ b/src/app/main/content/pages/authentication/login-2/login-2.component.html @@ -17,7 +17,8 @@
-
+
@@ -41,7 +42,7 @@ - + Password is required diff --git a/src/app/main/content/pages/authentication/login-2/login-2.component.ts b/src/app/main/content/pages/authentication/login-2/login-2.component.ts index f74ba611..c0637711 100644 --- a/src/app/main/content/pages/authentication/login-2/login-2.component.ts +++ b/src/app/main/content/pages/authentication/login-2/login-2.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/login/login.component.html b/src/app/main/content/pages/authentication/login/login.component.html index d47e9e6e..b94ddc49 100644 --- a/src/app/main/content/pages/authentication/login/login.component.html +++ b/src/app/main/content/pages/authentication/login/login.component.html @@ -23,7 +23,7 @@ - + Password is required diff --git a/src/app/main/content/pages/authentication/login/login.component.ts b/src/app/main/content/pages/authentication/login/login.component.ts index c8f4f4a4..0d052fb9 100644 --- a/src/app/main/content/pages/authentication/login/login.component.ts +++ b/src/app/main/content/pages/authentication/login/login.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/mail-confirm/mail-confirm.component.ts b/src/app/main/content/pages/authentication/mail-confirm/mail-confirm.component.ts index 91fef411..b0c357f2 100644 --- a/src/app/main/content/pages/authentication/mail-confirm/mail-confirm.component.ts +++ b/src/app/main/content/pages/authentication/mail-confirm/mail-confirm.component.ts @@ -1,5 +1,4 @@ -import { Component} from '@angular/core'; - +import { Component } from '@angular/core'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/register-2/register-2.component.html b/src/app/main/content/pages/authentication/register-2/register-2.component.html index eacb649d..82331d80 100644 --- a/src/app/main/content/pages/authentication/register-2/register-2.component.html +++ b/src/app/main/content/pages/authentication/register-2/register-2.component.html @@ -17,7 +17,8 @@
-
+
@@ -60,7 +61,7 @@ Password confirmation is required - Password confirmation must match with password + Passwords must match diff --git a/src/app/main/content/pages/authentication/register-2/register-2.component.ts b/src/app/main/content/pages/authentication/register-2/register-2.component.ts index f4923bd6..441bcae2 100644 --- a/src/app/main/content/pages/authentication/register-2/register-2.component.ts +++ b/src/app/main/content/pages/authentication/register-2/register-2.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { AbstractControl, FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; @@ -73,7 +72,6 @@ export class FuseRegister2Component implements OnInit } } - function confirmPassword(control: AbstractControl) { if ( !control.parent || !control ) diff --git a/src/app/main/content/pages/authentication/register/register.component.html b/src/app/main/content/pages/authentication/register/register.component.html index 4ac04c61..12c92522 100644 --- a/src/app/main/content/pages/authentication/register/register.component.html +++ b/src/app/main/content/pages/authentication/register/register.component.html @@ -42,7 +42,7 @@ Password confirmation is required - Password confirmation must match with password + Passwords must match diff --git a/src/app/main/content/pages/authentication/register/register.component.ts b/src/app/main/content/pages/authentication/register/register.component.ts index 1aa85da0..e1df0c37 100644 --- a/src/app/main/content/pages/authentication/register/register.component.ts +++ b/src/app/main/content/pages/authentication/register/register.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; - import { AbstractControl, FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FuseConfigService } from '../../../../../core/services/config.service'; import { fuseAnimations } from '../../../../../core/animations'; diff --git a/src/app/main/content/pages/authentication/reset-password-2/reset-password-2.component.html b/src/app/main/content/pages/authentication/reset-password-2/reset-password-2.component.html index 4ad45524..e5017346 100644 --- a/src/app/main/content/pages/authentication/reset-password-2/reset-password-2.component.html +++ b/src/app/main/content/pages/authentication/reset-password-2/reset-password-2.component.html @@ -17,7 +17,8 @@
-
+
@@ -41,17 +42,20 @@ - + Password is required - + Password confirmation is required + + Passwords must match +