feat: add system configuration platform

This commit is contained in:
2026-07-02 00:03:27 -07:00
parent aed5c6db56
commit e3e7b0d8e0
41 changed files with 5746 additions and 405 deletions

View File

@@ -1,5 +1,7 @@
import { AuthPanel } from "@/modules/auth/components/AuthPanel";
export const dynamic = "force-dynamic";
export default function RegisterPage(): React.ReactElement {
return <AuthPanel mode="register" />;
}