We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f25bf commit e694f31Copy full SHA for e694f31
1 file changed
‎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