feat: add system configuration platform
This commit is contained in:
@@ -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" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user