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