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