diff --git a/src/components/views/auth/RegistrationForm.js b/src/components/views/auth/RegistrationForm.js index f1624bc9e5..2a79bb8588 100644 --- a/src/components/views/auth/RegistrationForm.js +++ b/src/components/views/auth/RegistrationForm.js @@ -76,7 +76,7 @@ export default createReactClass({ email: this.props.defaultEmail || "", phoneNumber: this.props.defaultPhoneNumber || "", password: this.props.defaultPassword || "", - passwordConfirm: "", + passwordConfirm: this.props.defaultPassword || "", passwordComplexity: null, passwordSafe: false, };