handle all pages dashboard & register api
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import SetCodePage from "@/components/register/SetCodePage";
|
||||
import VerificationPage from "@/components/register/verificationPage";
|
||||
import LogInPage from "@/components/register/LogInPage";
|
||||
import { useState } from "react";
|
||||
import LayoutRegister from "./LayoutRegister";
|
||||
@@ -12,7 +12,7 @@ function RegisterPage({ matchedCity }) {
|
||||
return (
|
||||
<LayoutRegister matchedCity={matchedCity}>
|
||||
{isSendMsg ? (
|
||||
<SetCodePage
|
||||
<VerificationPage
|
||||
num={num}
|
||||
setIsSendMsg={setIsSendMsg}
|
||||
setStep={false}
|
||||
|
||||
Reference in New Issue
Block a user