feat: auto open browser if receive auth_url

This commit is contained in:
2024-11-07 14:26:13 +07:00
parent ece6bcc125
commit 0cb491eaf9
3 changed files with 40 additions and 10 deletions

View File

@@ -549,8 +549,6 @@ fn main() {
) {
println!("Emit error: {}", e)
}
} else if event.kind == Kind::JobResult(6300) {
println!("Job result: {}", event.as_json())
}
}
}