MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / AuthDialogProps

Interface AuthDialogProps

src/components/auth/AuthDialog.tsx:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51});
52
53interface AuthDialogProps {
54 isOpen: boolean;
55 setIsOpen: (isOpen: boolean) => void;
56 redirectUrl?: RedirectUrl;
57 signInText?: string;
58}
59
60const AuthDialog: FC<AuthDialogProps> = ({
61 isOpen,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected