mirror of
https://github.com/bitwarden/server.git
synced 2025-07-16 23:27:30 -05:00
Added DeviceTypes for CLI (#3329)
This commit is contained in:
@ -17,5 +17,8 @@ public static class DeviceTypes
|
||||
DeviceType.MacOsDesktop,
|
||||
DeviceType.WindowsDesktop,
|
||||
DeviceType.UWP,
|
||||
DeviceType.WindowsCLI,
|
||||
DeviceType.MacOsCLI,
|
||||
DeviceType.LinuxCLI,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user