Keep existing token until auth login succeeds

This commit is contained in:
Gregory Schier
2026-02-22 09:12:27 -08:00
parent 0d4d1b0557
commit 3dd9f4c5b1

View File

@@ -79,7 +79,6 @@ pub async fn run(args: AuthArgs) -> i32 {
async fn login() -> CommandResult {
let environment = current_environment();
delete_auth_token(environment)?;
let listener = TcpListener::bind("127.0.0.1:0")
.await