From 9501ff8b400cd537a0f54a7aad780649ccb52974 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 30 Jan 2025 23:22:48 -0600 Subject: remove dead oauth code --- src/auth.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/auth.rs') diff --git a/src/auth.rs b/src/auth.rs index e1134d6..034f39d 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -1,5 +1,4 @@ mod types; -mod oauth; mod msa; mod mcservices; @@ -287,7 +286,6 @@ impl MsaUser { #[cfg(test)] mod test { use reqwest::Client; - use crate::auth::oauth::device_code; use super::*; #[tokio::test] -- cgit v1.2.3-70-g09d2