Add new accountKeys and masterPasswordUnlock fields (#6572)

* Add new accountKeys and masterPasswordUnlock fields

* Fmt
This commit is contained in:
Daniel García
2025-12-19 13:34:43 +01:00
committed by GitHub
parent 2c73c6c2f2
commit 061d320c7f
2 changed files with 30 additions and 2 deletions

View File

@@ -217,7 +217,8 @@ fn config() -> Json<Value> {
// We should make sure that we keep this updated when we support the new server features
// Version history:
// - Individual cipher key encryption: 2024.2.0
"version": "2025.6.0",
// - Mobile app support for MasterPasswordUnlockData: 2025.8.0
"version": "2025.12.0",
"gitHash": option_env!("GIT_REV"),
"server": {
"name": "Vaultwarden",