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 29c09d4 commit 68a44bfCopy full SHA for 68a44bf
crates/bw/src/vault/sync.rs
@@ -27,7 +27,7 @@ pub enum SyncError {
27
#[error(transparent)]
28
MasterPassword(#[from] MasterPasswordError),
29
30
- NotAuthenticatedError(#[from] NotAuthenticatedError),
+ NotAuthenticated(#[from] NotAuthenticatedError),
31
}
32
33
#[allow(missing_docs)]
@@ -255,6 +255,7 @@ mod tests {
255
api_url: api_config.base_path,
256
user_agent: api_config.user_agent.unwrap(),
257
device_type: DeviceType::SDK,
258
+ bitwarden_client_version: None,
259
}));
260
261
client
0 commit comments