Skip to content

Commit b1eef70

Browse files
committed
[PM-25986] Add server side enum type for AutotypeDefaultSetting policy (bitwarden#6356)
* PM-25986 Add server side enum type for AutotypeDefaultSetting policy * Update PolicyType.cs remove space
1 parent 5666ad7 commit b1eef70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Core/AdminConsole/Enums/PolicyType.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public enum PolicyType : byte
1919
RemoveUnlockWithPin = 14,
2020
RestrictedItemTypesPolicy = 15,
2121
UriMatchDefaults = 16,
22+
AutotypeDefaultSetting = 17,
2223
}
2324

2425
public static class PolicyTypeExtensions
@@ -48,6 +49,7 @@ public static string GetName(this PolicyType type)
4849
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN",
4950
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
5051
PolicyType.UriMatchDefaults => "URI match defaults",
52+
PolicyType.AutotypeDefaultSetting => "Autotype default setting",
5153
};
5254
}
5355
}

0 commit comments

Comments
 (0)