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:
@@ -2,7 +2,8 @@
|
||||
{
|
||||
public enum CipherType : byte
|
||||
{
|
||||
//Folder = 0,
|
||||
// Folder is deprecated
|
||||
Folder = 0,
|
||||
Login = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user