Variable publicSettingsAtomConst

publicSettingsAtom: PrimitiveAtom<Partial<{
    signInOptions: ("email" | "anonymous" | "google" | "phone" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo")[];
    theme: Record<"base" | "dark" | "light", ThemeOptions>;
}>> & WithInitialValue<Partial<{
    signInOptions: ("email" | "anonymous" | "google" | "phone" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo")[];
    theme: Record<"base" | "dark" | "light", ThemeOptions>;
}>> = ...

Public settings are visible to unauthenticated users

Generated using TypeDoc