1
0
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:
Matt Gibson
2021-02-04 11:22:31 -06:00
committed by GitHub
parent 58f40b0085
commit deabffb7b0
3 changed files with 40 additions and 3 deletions

View File

@@ -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
}