Skip to content

Commit e30a159

Browse files
fix(cli): enable API key prompt for Bedrock in auth login (anomalyco#7332)
1 parent a5edf3a commit e30a159

File tree

1 file changed

+0
-2
lines changed
  • packages/opencode/src/cli/cmd

1 file changed

+0
-2
lines changed

packages/opencode/src/cli/cmd/auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ export const AuthLoginCommand = cmd({
341341
"Configure via opencode.json options (profile, region, endpoint) or\n" +
342342
"AWS environment variables (AWS_PROFILE, AWS_REGION, AWS_ACCESS_KEY_ID).",
343343
)
344-
prompts.outro("Done")
345-
return
346344
}
347345

348346
if (provider === "opencode") {

0 commit comments

Comments
 (0)