diff --git a/Mohem/src/app/authentication/forgot/forgot.component.html b/Mohem/src/app/authentication/forgot/forgot.component.html index 91bb43a6..ccc41b2b 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.html +++ b/Mohem/src/app/authentication/forgot/forgot.component.html @@ -24,16 +24,18 @@ - {{'changePassword,newPassword' | translate}} - {{'changePassword,newPassword' | translate}} --> + - {{'changePassword,confirmPassword' | translate}} + diff --git a/Mohem/src/app/authentication/forgot/forgot.component.scss b/Mohem/src/app/authentication/forgot/forgot.component.scss index 139597f9..f9421f1c 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.scss +++ b/Mohem/src/app/authentication/forgot/forgot.component.scss @@ -1,2 +1,5 @@ +.disabledButton{ + opacity:.5; +}