mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-11 00:00:59 +00:00
Merge branch 'BlackDex-fix-sync-desktop-client' into main
This commit is contained in:
commit
2db30f918e
@ -290,6 +290,8 @@ impl UserOrganization {
|
|||||||
// For now they still have that code also in the web-vault, but they will remove it at some point.
|
// For now they still have that code also in the web-vault, but they will remove it at some point.
|
||||||
// https://github.com/bitwarden/server/tree/master/bitwarden_license/src/
|
// https://github.com/bitwarden/server/tree/master/bitwarden_license/src/
|
||||||
"UseBusinessPortal": false, // Disable BusinessPortal Button
|
"UseBusinessPortal": false, // Disable BusinessPortal Button
|
||||||
|
"ProviderId": null,
|
||||||
|
"ProviderName": null,
|
||||||
|
|
||||||
// TODO: Add support for Custom User Roles
|
// TODO: Add support for Custom User Roles
|
||||||
// See: https://bitwarden.com/help/article/user-types-access-control/#custom-role
|
// See: https://bitwarden.com/help/article/user-types-access-control/#custom-role
|
||||||
|
@ -210,7 +210,10 @@ impl User {
|
|||||||
"PrivateKey": self.private_key,
|
"PrivateKey": self.private_key,
|
||||||
"SecurityStamp": self.security_stamp,
|
"SecurityStamp": self.security_stamp,
|
||||||
"Organizations": orgs_json,
|
"Organizations": orgs_json,
|
||||||
"Object": "profile"
|
"Providers": [],
|
||||||
|
"ProviderOrganizations": [],
|
||||||
|
"ForcePasswordReset": false,
|
||||||
|
"Object": "profile",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user