From 5bc618615ec7798cf9f6779cbee8cab3bf69a898 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Oct 2025 10:59:51 -1345 Subject: tweak interactive auth message --- azalea-auth/src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3