updated register page for password confirmation: Fixed bugs with last PR

This commit is contained in:
Stephen
2024-02-26 14:22:04 -05:00
parent 199c283b0e
commit 151de4ebfd
+1
View File
@@ -2,6 +2,7 @@
import { useRouter } from "next/navigation";
import { useForm, Form } from "react-hook-form";
import "../globals.css"
import React, {useState} from 'react';
function Register() {