diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index 2d16bd56..a3b46cc4 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -188,6 +188,7 @@ fn update_cipher_from_data(cipher: &mut Cipher, data: CipherData, headers: &Head // Copy the type data and change the names to the correct case copy_values(&type_data, &mut values); + cipher.name = data.name; cipher.data = values.to_string();