fix(cli): enable API key prompt for Bedrock in auth login (#7332)
parent
a5edf3a311
commit
e30a159264
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue