We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5edf3a commit e30a159Copy full SHA for e30a159
packages/opencode/src/cli/cmd/auth.ts
@@ -341,8 +341,6 @@ export const AuthLoginCommand = cmd({
341
"Configure via opencode.json options (profile, region, endpoint) or\n" +
342
"AWS environment variables (AWS_PROFILE, AWS_REGION, AWS_ACCESS_KEY_ID).",
343
)
344
- prompts.outro("Done")
345
- return
346
}
347
348
if (provider === "opencode") {
0 commit comments