🚩 (flags) create signup provision page

This commit is contained in:
2025-10-03 00:29:17 +07:00
parent a2216b44db
commit bf286af235
3 changed files with 79 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import React, { useState } from "react";
import { Button, Input } from "@heroui/react";
import DebugPage from "@/app/debug/DebugPage";
import Provision from "../cards/Provision";
type Props = {
changeCurrentPage: React.Dispatch<React.SetStateAction<React.JSX.Element>>;
@ -25,7 +25,7 @@ const FullNameInput = ({ changeCurrentPage }: Props) => {
}}
/>
<Button
onPress={() => changeCurrentPage(<DebugPage />)}
onPress={() => changeCurrentPage(<Provision fullName={fullName} />)}
className="mt-2 w-full"
color="primary"
>