1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: