sign up fixed | 90

temp
mahdi 2 years ago
parent 196ac6ad48
commit cd69f69e77
  1. 2
      src/views/Auth/Desktop/index.js

@ -11,7 +11,7 @@ import bgImage from "./bg.svg";
import arrowIcon from "../../../assets/icons/dropdown-blue.svg";
export const Desktop = ({ setHeaderOptions }) => {
const [phase, setPhase] = useState("manage");
const [phase, setPhase] = useState("signup");
const navigate = useNavigate();
useEffect(() => {

Loading…
Cancel
Save