Yaltopia-FIFA/app/(auth)/signup/master/page.tsx
Kirubel-Kibru-Yaltopia 89440985f1
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
x
2026-05-24 21:46:10 +03:00

12 lines
317 B
TypeScript

import { SignupForm } from "@/components/auth/signup-form";
export default function MasterSignupPage() {
return (
<SignupForm
portalRole="league_master"
title="League Master signup"
description="Create an admin account to manage leagues, fixtures, and competitions."
/>
);
}