diff --git a/steamguard/src/api_responses/login.rs b/steamguard/src/api_responses/login.rs index 9f1fcb3..024ca70 100644 --- a/steamguard/src/api_responses/login.rs +++ b/steamguard/src/api_responses/login.rs @@ -1,6 +1,7 @@ use serde::Deserialize; #[derive(Debug, Clone, Deserialize)] +#[allow(dead_code)] pub struct OAuthData { pub oauth_token: String, pub steamid: String,