diff --git a/sdk/identity/src/lib.rs b/sdk/identity/src/lib.rs index a9f19bce9b..70b074a203 100644 --- a/sdk/identity/src/lib.rs +++ b/sdk/identity/src/lib.rs @@ -45,7 +45,7 @@ pub mod client_credentials_flow; #[cfg(feature = "development")] pub mod development; pub mod device_code_flow; -pub mod env; +mod env; pub mod federated_credentials_flow; mod oauth2_http_client; pub mod refresh_token;