eason
23 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/db/models/cipher.rs
|
|
|
@ -398,7 +398,7 @@ impl Cipher { |
|
|
|
3 => "card", |
|
|
|
4 => "identity", |
|
|
|
5 => "sshKey", |
|
|
|
_ => panic!("Wrong type"), |
|
|
|
_ => err!(format!("Cipher {} has an invalid type {}", self.uuid, self.atype)), |
|
|
|
}; |
|
|
|
|
|
|
|
json_object[key] = type_data_json; |
|
|
|
|