We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae35f1 commit a4bb85cCopy full SHA for a4bb85c
‎packages/baseai/src/auth/index.ts
@@ -98,7 +98,7 @@ export async function auth() {
98
99
if (!shouldOverwrite) {
100
outro(
101
- color.yellow('Operation cancelled. API key not overwritten.')
+ color.yellow('API key is not overwritten.')
102
);
103
process.exit(0);
104
}
@@ -115,7 +115,7 @@ export async function auth() {
115
116
117
color.green(
118
- `Authentication successful. Credentials stored in ${envFile}`
+ `Authentication successful. API key is stored in ${envFile}`
119
)
120
121
0 commit comments