diff --git a/src/_containers/RegisterPage/components/AccountType/index.js b/src/_containers/RegisterPage/components/AccountType/index.js index ff552c8..d0e0636 100644 --- a/src/_containers/RegisterPage/components/AccountType/index.js +++ b/src/_containers/RegisterPage/components/AccountType/index.js @@ -36,7 +36,7 @@ const AccountType = (props) => { grade, schoolType, }); - props.setStep(stepAuthConstants.STEP_UPDATE_ACCOUNT); + props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME); } }; diff --git a/src/_containers/RegisterPage/components/UpdateInformation/index.js b/src/_containers/RegisterPage/components/UpdateInformation/index.js index 29a2b46..889991f 100644 --- a/src/_containers/RegisterPage/components/UpdateInformation/index.js +++ b/src/_containers/RegisterPage/components/UpdateInformation/index.js @@ -113,7 +113,7 @@ const UpdateInformation = (props) => {
{ - props.setStep(stepAuthConstants.STEP_ACCOUNT_TYPE); + props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME); }} style={{ width: "fit-content",