Render signup policy dynamically
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { env } from "~/env";
|
||||
import { RegisterForm } from "./register-form";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function RegisterPage() {
|
||||
return <RegisterForm signupsDisabled={env.DISABLE_SIGNUPS === true} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user