1
0
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:
ttalty
2023-11-09 15:23:16 -05:00
committed by GitHub
parent b716a925f8
commit 72a6bb6f64
2 changed files with 10 additions and 1 deletions

View File

@ -17,5 +17,8 @@ public static class DeviceTypes
DeviceType.MacOsDesktop,
DeviceType.WindowsDesktop,
DeviceType.UWP,
DeviceType.WindowsCLI,
DeviceType.MacOsCLI,
DeviceType.LinuxCLI,
};
}