diff options
| author | 2025-01-30 23:22:48 -0600 | |
|---|---|---|
| committer | 2025-01-30 23:22:48 -0600 | |
| commit | 9501ff8b400cd537a0f54a7aad780649ccb52974 (patch) | |
| tree | 946011aa7a62ab023a6834b4d0af30a2b95991f4 /src/auth.rs | |
| parent | user auth (diff) | |
remove dead oauth code
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]
|
