mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
Fix syncing with Bitwarden Desktop v1.28.0
Syncing with the latest desktop client (v1.28.0) fails because it expects some json key/values to be there. This PR adds those key/value pairs. Resolves #1924
This commit is contained in:
@@ -210,7 +210,10 @@ impl User {
|
||||
"PrivateKey": self.private_key,
|
||||
"SecurityStamp": self.security_stamp,
|
||||
"Organizations": orgs_json,
|
||||
"Object": "profile"
|
||||
"Providers": [],
|
||||
"ProviderOrganizations": [],
|
||||
"ForcePasswordReset": false,
|
||||
"Object": "profile",
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user