summaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-30 23:22:48 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-30 23:22:48 -0600
commit9501ff8b400cd537a0f54a7aad780649ccb52974 (patch)
tree946011aa7a62ab023a6834b4d0af30a2b95991f4 /src/auth.rs
parentuser auth (diff)
remove dead oauth code
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs2
1 files changed, 0 insertions, 2 deletions
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]