summaryrefslogtreecommitdiffstats
path: root/ozone/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ozone/src/auth.rs')
-rw-r--r--ozone/src/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone/src/auth.rs b/ozone/src/auth.rs
index 2387ada..9e8f6d8 100644
--- a/ozone/src/auth.rs
+++ b/ozone/src/auth.rs
@@ -12,7 +12,7 @@ use oauth2::{AccessToken, DeviceAuthorizationUrl, DeviceCodeErrorResponse, Endpo
use oauth2::basic::{BasicErrorResponse, BasicErrorResponseType, BasicRevocationErrorResponse, BasicTokenIntrospectionResponse, BasicTokenResponse};
use reqwest::{IntoUrl, Method, RequestBuilder};
pub use types::*;
-use crate::auth::msa::{XSTS_RP_MINECRAFT_SERVICES, XSTS_RP_XBOX_LIVE};
+use self::msa::{XSTS_RP_MINECRAFT_SERVICES, XSTS_RP_XBOX_LIVE};
use crate::util;
#[derive(Debug)]