diff --git a/client/coral-sign-in/components/SignUpContent.js b/client/coral-sign-in/components/SignUpContent.js index 9e04d9cd6..04bd2fd3e 100644 --- a/client/coral-sign-in/components/SignUpContent.js +++ b/client/coral-sign-in/components/SignUpContent.js @@ -17,65 +17,68 @@ const SignUpContent = ({handleChange, formData, emailVerificationEnabled, ...pro {lang.t('signIn.signUp')} -
- -
-
-

- {lang.t('signIn.or')} -

-
+ { props.auth.error && {props.auth.error} } { beforeSignup && -
- - - - { props.errors.password && Password must be at least 8 characters. } - -
- - { props.auth.isLoading && }
- +
+

+ {lang.t('signIn.or')} +

+
+
+ + + + { props.errors.password && Password must be at least 8 characters. } + +
+ + { props.auth.isLoading && } +
+ + } { successfulSignup &&