@ -1,6 +1,6 @@
import React from "react" ;
import { accountAuthenticationMethods } from "./AccountAuthentication.logic" ;
import { HeaderCloud } from "../../../../_components/Header" ;
import { HeaderCloud , HeaderTS } from "../../../../_components/Header" ;
import ModalConfirmOTP from "../../../../_components/Modal/ModalConfirmOTP/ModalConfirmOTP" ;
import "./AccountAuthentication.scss" ;
import { Link } from "react-router-dom" ;
@ -60,7 +60,7 @@ const AccountAuthentication = () => {
return (
< div className = "bg-register rel" >
< HeaderCloud / >
< HeaderTS / >
{ popupRegisterSuccess && < PopUpYesNo message = { "Xác thực tài khoản thành công!" } hideButtonNo = { true } onClickYes = { ( ) => setPopupRegisterSuccess ( false ) } labelYes = { "Đồng ý" } / > }
< div className = "content_1 flex-center-column" >
< div className = "flex-center-column container_modal_confirmOTP" >