mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
switch device type around to match mobile enums
This commit is contained in:
parent
4fd65f974d
commit
8a34692e7c
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
public enum DeviceType : short
|
public enum DeviceType : short
|
||||||
{
|
{
|
||||||
iOS = 0,
|
Android = 0,
|
||||||
Android = 1
|
iOS = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user