1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 10:13:39 +00:00

Added missing enum type (#1046)

This commit is contained in:
Vincent Salucci
2020-12-17 14:20:23 -06:00
committed by GitHub
parent c390c46b3e
commit 037757a740

View File

@@ -135,6 +135,7 @@ namespace Bit.Portal.Controllers
case PolicyType.MasterPassword:
case PolicyType.PasswordGenerator:
case PolicyType.TwoFactorAuthentication:
case PolicyType.PersonalOwnership:
break;
case PolicyType.SingleOrg: