mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
BIT-723 Use 0 for device type (#84)
This commit is contained in:
parent
84856a5c29
commit
c6911be8d8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class IdentityServiceImpl constructor(
|
|||
deviceIdentifier = UUID.randomUUID().toString(),
|
||||
// TODO: use correct values for deviceName and deviceType BIT-326
|
||||
deviceName = "Pixel 6",
|
||||
deviceType = "1",
|
||||
deviceType = "0",
|
||||
grantType = "password",
|
||||
passwordHash = passwordHash,
|
||||
email = email,
|
||||
|
|
Loading…
Reference in a new issue