From 9f4c30f466f445580af252e261a7f3723c87e167 Mon Sep 17 00:00:00 2001 From: riley Date: Thu, 19 Jan 2017 14:23:57 -0700 Subject: [PATCH] found the bang --- client/coral-sign-in/components/SignUpContent.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 && (