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
|
||||
const labels = settings.passwordSettings
|
||||
const isButtonActive =
|
||||
Boolean(password.length && passwordConfirmation.length)
|
||||
(password.length > 0) && (passwordConfirmation.length > 0)
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user