@ -6,7 +6,7 @@
- Step 0: run `npm install -g npm@latest`
- Step 1: run `npm install`
- Step 2: create config.js file `cp src/_constants/configs.example.js src/_constants/configs.js`
- Step 2: create config.js file `cp src/_constants/configs.js`
- Step 3: run `npm run build` to build code
- Step 4: copy `build` directory to server
@ -74,7 +74,15 @@ const AccountAuthentication = () => {
color={registerInfo?.color}
/>
)}
{popupRegisterSuccess && <PopUpYesNo message={"Xác thực tài khoản thành công!"} hideButtonNo={true} onClickYes={() => setPopupRegisterSuccess(false)} labelYes={"Đồng ý"}/>}
{popupRegisterSuccess &&
<PopUpYesNo
message={"Xác thực tài khoản thành công!"}
onClickNo={() => history.goBack()}
labelNo='Quay lại'
labelYes={"Đăng nhập"}
onClickYes={() => window.location.replace('https://sundayenglish.com/login')}
}
<div className="content_1 flex-center-column">
<div className="flex-center-column container_modal_confirmOTP">
<ModalConfirmOTP