1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05: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
}
}