mirror of
https://github.com/bitwarden/android.git
synced 2026-03-22 12:32:53 -05:00
BIT-723 Use 0 for device type (#84)
This commit is contained in:
committed by
Álison Fernandes
parent
84856a5c29
commit
c6911be8d8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user