handle all pages dashboard & register api

This commit is contained in:
Ehsan
2025-05-24 22:17:55 +03:30
parent 7dfad1847a
commit 5fa740ad1b
19 changed files with 549 additions and 182 deletions
+2 -2
View File
@@ -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}