Skip to content

Commit

Permalink
Add missing DeviceType
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Sep 30, 2024
1 parent 0e5f326 commit 48536e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/bitwarden-core/src/client/client_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ pub enum DeviceType {
VivaldiBrowser = 18,
VivaldiExtension = 19,
SafariExtension = 20,

SDK = 21,
Server = 22,
WindowsCLI = 23,
MacOsCLI = 24,
LinuxCLI = 25,
}

0 comments on commit 48536e7

Please sign in to comment.