geforkt von mirrored/vaultwarden
Save the name when updating the cipher data
Dieser Commit ist enthalten in:
Ursprung
da47846f22
Commit
787172116d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -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();
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren