mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
added identity cipher type
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
public enum CipherType : byte
|
||||
{
|
||||
// Folder is deprecated
|
||||
Folder = 0,
|
||||
//Folder = 0,
|
||||
Login = 1,
|
||||
SecureNote = 2,
|
||||
Card = 3
|
||||
Card = 3,
|
||||
Identity = 4
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user