MCPcopy Create free account
hub / github.com/TooonyChen/AuthInbox / codeAndLink

Function codeAndLink

web/src/App.tsx:55–64  ·  view source on GitHub ↗
(value: string | null)

Source from the content-addressed store, hash-verified

53 if (isChecking) {
54 return (
55 <div className="flex min-h-screen items-center justify-center">
56 <div className="flex items-center gap-2 text-sm text-muted-foreground">
57 <ShieldCheck className="h-4 w-4 animate-pulse text-primary" />
58 Auth Inbox
59 </div>
60 </div>
61 );
62 }
63
64 if (!user) {
65 return (
66 <>
67 <Toaster theme="dark" position="bottom-right" closeButton />

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected