MCPcopy
hub / github.com/graphile/starter / RegisterProps

Interface RegisterProps

@app/client/src/pages/register.tsx:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32import { isSafe } from "./login";
33
34interface RegisterProps {
35 next: string | null;
36}
37
38/**
39 * The registration page just renders the standard layout and embeds the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected