Skip to content

Commit ae10e35

Browse files
committed
public crate user decryption options
1 parent 3cef902 commit ae10e35

File tree

1 file changed

+2
-1
lines changed
  • crates/bitwarden-core/src/auth

1 file changed

+2
-1
lines changed

crates/bitwarden-core/src/auth/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use crate::{NotAuthenticatedError, VaultLockedError, WrongPasswordError};
99
mod access_token;
1010
// API is intentionally not visible outside of `auth` as these should be considered private.
1111
mod api;
12-
pub(crate) use api::response::*;
12+
#[allow(unused_imports)]
13+
pub(crate) use api::response::user_decryption_options_response;
1314
#[allow(missing_docs)]
1415
pub mod auth_client;
1516
mod jwt_token;

0 commit comments

Comments
 (0)