diff --git a/src/containers/auth/RegisterFormContainer/RegisterFormContainer.jsx b/src/containers/auth/RegisterFormContainer/RegisterFormContainer.jsx index be9ce6a8..81161578 100644 --- a/src/containers/auth/RegisterFormContainer/RegisterFormContainer.jsx +++ b/src/containers/auth/RegisterFormContainer/RegisterFormContainer.jsx @@ -46,7 +46,7 @@ const RegisterFormContainer = ({ location, history }) => { }); response .then((res) => { - if (res.status === SUCCESS.ACCEPTED) { + if (res.status === SUCCESS.OK) { setMessage(null); history.push('/register/success'); }