MCPcopy Create free account
hub / github.com/Noumena-Network/code / handleApiKeyDone

Function handleApiKeyDone

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

Source from the content-addressed store, hash-verified

131 [],
132 );
133 function handleApiKeyDone(approved: boolean) {
134 if (approved) {
135 setSkipOAuth(true);
136 }
137 goToNextStep();
138 }
139 const steps: OnboardingStep[] = [];
140 if (oauthEnabled) {
141 steps.push({

Callers

nothing calls this directly

Calls 1

goToNextStepFunction · 0.85

Tested by

no test coverage detected