diff options
| author | mat <git@matdoes.dev> | 2025-10-13 10:59:51 -1345 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-13 10:59:51 -1345 |
| commit | 5bc618615ec7798cf9f6779cbee8cab3bf69a898 (patch) | |
| tree | cd85c5e744105c93ecd28ea9ae0d8559d2d96b58 | |
| parent | 8ee1e0e6f8ab7d6111e9ac32307ca46097a84bca (diff) | |
| download | azalea-drasl-5bc618615ec7798cf9f6779cbee8cab3bf69a898.tar.xz | |
tweak interactive auth message
| -rw-r--r-- | azalea-auth/src/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index d45547bc..f299ba74 100644 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -414,7 +414,7 @@ pub async fn interactive_get_ms_auth_token( let verification_uri = &res.verification_uri; let user_code = &res.user_code; println!( - "Go to \x1b[1m{verification_uri}?otc={user_code}\x1b[m and enter the code \x1b[1m{user_code}\x1b[m for \x1b[1m{cache_key}\x1b[m", + "Go to \x1b[1m{verification_uri}?otc={user_code}\x1b[m and log in for \x1b[1m{cache_key}\x1b[m", ); get_ms_auth_token(client, res, client_id).await |
