Updates button activity definition when entering new password
This commit is contained in:
@@ -60,7 +60,7 @@ export default class EnterNewPassword extends Component {
|
|||||||
} = this.state
|
} = this.state
|
||||||
const labels = settings.passwordSettings
|
const labels = settings.passwordSettings
|
||||||
const isButtonActive =
|
const isButtonActive =
|
||||||
Boolean(password.length && passwordConfirmation.length)
|
(password.length > 0) && (passwordConfirmation.length > 0)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user