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