Project renaming

This commit is contained in:
Daniel García
2021-04-27 23:18:32 +02:00
parent ced7f1771a
commit 34ea10475d
56 changed files with 231 additions and 232 deletions

View File

@ -125,7 +125,7 @@ impl Cipher {
// There are three types of cipher response models in upstream
// Bitwarden: "cipherMini", "cipher", and "cipherDetails" (in order
// of increasing level of detail). bitwarden_rs currently only
// of increasing level of detail). vaultwarden currently only
// supports the "cipherDetails" type, though it seems like the
// Bitwarden clients will ignore extra fields.
//