@ -74,7 +74,15 @@ const AccountAuthentication = () => {
color = { registerInfo ? . color }
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 = "content_1 flex-center-column" >
< div className = "flex-center-column container_modal_confirmOTP" >
< div className = "flex-center-column container_modal_confirmOTP" >
< ModalConfirmOTP
< ModalConfirmOTP