vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit bd65c4e312219c3165b6aef92183bc84c082e9ef
parent bce656c7876bd33dd8db45966823ff2c5ab60066
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Tue,  5 Feb 2019 13:49:30 +0000

Remove superfluous cipher.save() call

Diffstat:
Msrc/api/core/ciphers.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs @@ -853,7 +853,6 @@ fn move_cipher_selected(data: JsonUpcase<MoveCipherData>, headers: Headers, conn // Move cipher cipher.move_to_folder(data.FolderId.clone(), &user_uuid, &conn)?; - cipher.save(&conn)?; nt.send_cipher_update( UpdateType::CipherUpdate,