import Link from "next/link"; import { AuthForm } from "@/components/auth-form"; export const metadata = { title: "注册" }; export default function RegisterPage() { return
Create account
注册和验证流程将在 Phase 2 接入。