mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
[Policy] Personal Ownership (#1013)
* Initial commit of disable personal vault policy * Added new sproc // updated policy check (was missing conditionals) * Updated DeMorgan's law logic
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Bit.Portal.Models
|
||||
case PolicyType.SingleOrg:
|
||||
case PolicyType.TwoFactorAuthentication:
|
||||
case PolicyType.RequireSso:
|
||||
case PolicyType.PersonalOwnership:
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException();
|
||||
|
||||
Reference in New Issue
Block a user