1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00

backwards compat for folders in cipher listing

This commit is contained in:
Kyle Spearrin
2017-04-19 16:47:12 -04:00
parent d87441c9fe
commit 54f58ba14d
4 changed files with 49 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
{
public enum CipherType : byte
{
//Folder = 0,
// Folder is deprecated
Folder = 0,
Login = 1
}
}