Skip to content

Commit 2bcd17e

Browse files
committed
delet dup
1 parent 2868c91 commit 2bcd17e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/chat-cli/src/cli/user.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ async fn complete_sso_auth(os: &mut Os, issuer_url: String, idc_region: String,
225225
},
226226
}
227227

228-
os.telemetry.send_user_logged_in().ok();
229228
spinner.stop_with_message("Logged in".into());
230229

231230
let _ = os.database.set_start_url(issuer_url.clone());
@@ -416,7 +415,6 @@ async fn try_device_authorization(os: &mut Os, start_url: Option<String>, region
416415
{
417416
PollCreateToken::Pending => {},
418417
PollCreateToken::Complete => {
419-
os.telemetry.send_user_logged_in().ok();
420418
spinner.stop_with_message("Logged in".into());
421419
break;
422420
},

0 commit comments

Comments
 (0)