Improve error messages on failed onboarding (#17357)

This commit is contained in:
Gaurav
2026-01-26 06:31:19 -08:00
committed by GitHub
parent 65eaf17821
commit 5a542556d6
17 changed files with 458 additions and 56 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function createCodeAssistContentGenerator(
authType === AuthType.COMPUTE_ADC
) {
const authClient = await getOauthClient(authType, config);
const userData = await setupUser(authClient);
const userData = await setupUser(authClient, config.getValidationHandler());
return new CodeAssistServer(
authClient,
userData.projectId,