Merge commit '3da44a8d30e76f48b84f5b888e0b33427037037c' into 2fa_enforcement

This commit is contained in:
Olivier Martin
2021-04-27 21:44:32 -04:00
56 changed files with 231 additions and 233 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.
//