mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-01-12 15:33:24 -05:00
Save the name when updating the cipher data
This commit is contained in:
parent
da47846f22
commit
787172116d
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user