We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3885570 commit 0b2df1fCopy full SHA for 0b2df1f
crates/bitwarden-core/src/client/login_method.rs
@@ -4,8 +4,7 @@ use std::path::PathBuf;
4
use bitwarden_crypto::Kdf;
5
6
#[cfg(feature = "secrets")]
7
-use crate::auth::AccessToken;
8
-use crate::OrganizationId;
+use crate::{auth::AccessToken, OrganizationId};
9
10
#[derive(Debug)]
11
pub(crate) enum LoginMethod {
0 commit comments