diff --git a/frontend/app/components/ForgotPassword/ForgotPassword.js b/frontend/app/components/ForgotPassword/ForgotPassword.js index 1ab158c1a..109b412f6 100644 --- a/frontend/app/components/ForgotPassword/ForgotPassword.js +++ b/frontend/app/components/ForgotPassword/ForgotPassword.js @@ -114,22 +114,18 @@ export default class ForgotPassword extends React.PureComponent {
-

- { resetting ? "Create Password" : "Reset Password" } -

+ {!resetting &&

Reset Password

} + {resetting &&

+ Welcome, join your organization by
setting a new password +

+ }
- {resetting &&
Provide your email address, so we can send you a link to reset your password.
}
- {/*
-

{`${ - resetting ? 'Create' : 'Reset' - } Password`}

-
*/}
{CAPTCHA_ENABLED && ( @@ -172,28 +168,31 @@ export default class ForgotPassword extends React.PureComponent { {resetting && ( - + + {/* */}
{PASSWORD_POLICY}
- +
diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 5fce3d153..a8d139995 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -98,7 +98,7 @@ class Login extends React.Component { /> )}
-
+ -
-
+ + -
+
{errors && errors.length ? ( @@ -153,12 +153,10 @@ class Login extends React.Component {