Skip to content

Commit a7186b9

Browse files
author
Greyforge Admin
committed
Clarify login status stored credential wording
1 parent 7954d02 commit a7186b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cortex-cli/src/login.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub async fn run_login_status(config_overrides: CliConfigOverrides) -> ! {
157157
AuthMode::ApiKey => {
158158
if let Some(key) = auth.get_token() {
159159
print_success(&format!(
160-
"Logged in using an API key: {}",
160+
"Logged in using stored API credential: {}",
161161
safe_format_key(key)
162162
));
163163
std::process::exit(0);

0 commit comments

Comments
 (0)