diff --git a/client/coral-sign-in/components/SignUpContent.js b/client/coral-sign-in/components/SignUpContent.js index 8f62b675a..4144b1d2f 100644 --- a/client/coral-sign-in/components/SignUpContent.js +++ b/client/coral-sign-in/components/SignUpContent.js @@ -54,8 +54,9 @@ const SignUpContent = ({handleChange, formData, ...props}) => ( showErrors={props.showErrors} errorMsg={props.errors.password} onChange={handleChange} + minLength="8" /> - { !props.errors.password && Password must be at least 8 characters. } + { props.errors.password && Password must be at least 8 characters. } ( showErrors={props.showErrors} errorMsg={props.errors.confirmPassword} onChange={handleChange} + minLength="8" />
{ !props.auth.isLoading && !props.auth.successSignUp && (