mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-01-21 01:12:28 -05:00
Merge pull request #11 from mprasil/save_name
Save the name when updating the cipher data
This commit is contained in:
commit
0037f0819b
1 changed files with 1 additions and 0 deletions
|
@ -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 the type data and change the names to the correct case
|
||||||
copy_values(&type_data, &mut values);
|
copy_values(&type_data, &mut values);
|
||||||
|
cipher.name = data.name;
|
||||||
|
|
||||||
cipher.data = values.to_string();
|
cipher.data = values.to_string();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue