(approved: boolean)
| 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({ |
nothing calls this directly
no test coverage detected