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 da0c62c commit 6e6c310Copy full SHA for 6e6c310
crates/bitwarden-vault/src/cipher/secure_note.rs
@@ -44,7 +44,6 @@ impl<'de> Deserialize<'de> for SecureNoteType {
44
Ok(0) => Ok(SecureNoteType::Generic),
45
Ok(_) => {
46
// Any unknown type (like type 1) defaults to Generic
47
- // This allows the SDK to handle future secure note types gracefully
48
Ok(SecureNoteType::Generic)
49
}
50
Err(_) => Ok(SecureNoteType::Generic),
0 commit comments