mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 22:46:15 +01:00
Add extra auth step to login
This commit is contained in:
@@ -37,7 +37,7 @@ async fn main() {
|
||||
.await;
|
||||
|
||||
match account {
|
||||
Ok(_account) => println!("Successfully logged in to Apple ID"),
|
||||
Ok(a) => println!("Logged in. {}", a),
|
||||
Err(e) => eprintln!("Failed to log in to Apple ID: {:?}", e),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user