Browse Source

Merge bb9449bf35 into d6a3d539ed

pull/7254/merge
Matt Van Horn 1 week ago
committed by GitHub
parent
commit
23f16a796e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/api/core/ciphers.rs

2
src/api/core/ciphers.rs

@ -167,7 +167,7 @@ async fn sync(data: SyncData, headers: Headers, client_version: Option<ClientVer
api::core::get_eq_domains(&headers, true).into_inner() api::core::get_eq_domains(&headers, true).into_inner()
}; };
// This is very similar to the the userDecryptionOptions sent in connect/token, // This is very similar to the userDecryptionOptions sent in connect/token,
// but as of 2025-12-19 they're both using different casing conventions. // but as of 2025-12-19 they're both using different casing conventions.
let has_master_password = !headers.user.password_hash.is_empty(); let has_master_password = !headers.user.password_hash.is_empty();
let master_password_unlock = if has_master_password { let master_password_unlock = if has_master_password {

Loading…
Cancel
Save