MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / CallbackProps

Interface CallbackProps

web/src/pages/Callback.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Card, CardContent, CardFooter, CardHeader, CardTitle } from "../components/ui/card";
6
7interface CallbackProps {
8 setIsAuthenticated: (value: boolean) => void;
9}
10
11const Callback = ({ setIsAuthenticated }: CallbackProps) => {
12 const [searchParams] = useSearchParams();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected