mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Implement disable send policy (#259)
* Implement disable send policy * Linter fixes * Add toast on submit if sends are disabled
This commit is contained in:
@@ -5,4 +5,5 @@ export enum PolicyType {
|
||||
SingleOrg = 3, // Allows users to only be apart of one organization
|
||||
RequireSso = 4, // Requires users to authenticate with SSO
|
||||
PersonalOwnership = 5, // Disables personal vault ownership for adding/cloning items
|
||||
DisableSend = 6, // Disables the ability to create and edit Bitwarden Sends
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user