MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleApiKeyDone

Function handleApiKeyDone

src/components/Onboarding.tsx:110–115  ·  view source on GitHub ↗
(approved: boolean)

Source from the content-addressed store, hash-verified

108 }
109 }, []);
110 function handleApiKeyDone(approved: boolean) {
111 if (approved) {
112 setSkipOAuth(true);
113 }
114 goToNextStep();
115 }
116 const steps: OnboardingStep[] = [];
117 if (oauthEnabled) {
118 steps.push({

Callers

nothing calls this directly

Calls 1

goToNextStepFunction · 0.85

Tested by

no test coverage detected