shares now open in a new tab
This commit is contained in:
@ -11,13 +11,11 @@ import {
|
||||
CardTitle,
|
||||
} from "@/components/ui/card";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { toast, useToast } from "@/components/ui/use-toast";
|
||||
import { toast } from "@/components/ui/use-toast";
|
||||
|
||||
import { signUp } from "./action";
|
||||
import { useState } from "react";
|
||||
|
||||
export default function SignUpForm() {
|
||||
const [error, setError] = useState<string>("");
|
||||
|
||||
const submit = async (data: FormData) => {
|
||||
const { error } = await signUp(data);
|
||||
|
Reference in New Issue
Block a user