import { Metadata } from "next" import { UserAuthForm } from "./components/user-auth-form" import { useGraphQL } from "@/lib/hooks/use-graphql" import { getIsAdminInitialized } from "@/lib/gql/request-documents" export const metadata: Metadata = { title: "Authentication", description: "Authentication forms built using the components.", } export default function AuthenticationPage() { return (
Enter your credentials below to create admin account