Skip to content

Commit

Permalink
env is not pub
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar committed Jan 11, 2024
1 parent b84f31f commit 71fac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 71fac71

Please sign in to comment.