mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08:00
switch device type around to match mobile enums
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public enum DeviceType : short
|
||||
{
|
||||
iOS = 0,
|
||||
Android = 1
|
||||
Android = 0,
|
||||
iOS = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user