Browse Source

allow new card removal policy

pull/6340/head
Stefan Melmuk 1 week ago
parent
commit
53d3928709
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 1
      src/db/models/org_policy.rs

1
src/db/models/org_policy.rs

@ -39,6 +39,7 @@ pub enum OrgPolicyType {
// AutomaticAppLogIn = 12,
// FreeFamiliesSponsorshipPolicy = 13,
RemoveUnlockWithPin = 14,
RestrictedItemTypes = 15,
}
// https://github.com/bitwarden/server/blob/9ebe16587175b1c0e9208f84397bb75d0d595510/src/Core/AdminConsole/Models/Data/Organizations/Policies/SendOptionsPolicyData.cs#L5

Loading…
Cancel
Save