mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
Separate desktop and CLI for ClientType checks (#5441)
This commit is contained in:
@@ -14,5 +14,7 @@ public enum ClientType : byte
|
||||
[Display(Name = "Desktop App")]
|
||||
Desktop = 3,
|
||||
[Display(Name = "Mobile App")]
|
||||
Mobile = 4
|
||||
Mobile = 4,
|
||||
[Display(Name = "CLI")]
|
||||
Cli = 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user