fix(cli): enable API key prompt for Bedrock in auth login (#7332)

This commit is contained in:
Ravi Kumar 2026-01-09 23:26:19 +05:30 committed by GitHub
parent a5edf3a311
commit e30a159264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,8 +341,6 @@ export const AuthLoginCommand = cmd({
"Configure via opencode.json options (profile, region, endpoint) or\n" +
"AWS environment variables (AWS_PROFILE, AWS_REGION, AWS_ACCESS_KEY_ID).",
)
prompts.outro("Done")
return
}
if (provider === "opencode") {