diff options
Diffstat (limited to 'src/auth.rs')
| -rw-r--r-- | src/auth.rs | 2 |
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]
|
