import type { Theme } from "../../types.js" export interface SignoutProps { url?: URL csrfToken?: string theme?: Theme } export default function SignoutPage(props: SignoutProps) { const { url, csrfToken, theme } = props return (
{theme?.brandColor && (