diff options
Diffstat (limited to 'azalea-auth/src')
| -rwxr-xr-x | azalea-auth/src/auth.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index e668a947..bb72c8c4 100755 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -257,8 +257,7 @@ async fn interactive_get_ms_auth_token( log::trace!("Polling to check if user has logged in..."); if let Ok(access_token_response) = client .post(format!( - "https://login.live.com/oauth20_token.srf?client_id={}", - CLIENT_ID + "https://login.live.com/oauth20_token.srf?client_id={CLIENT_ID}" )) .form(&vec