BIT-723 Use 0 for device type (#84)

This commit is contained in:
Andrew Haisting 2023-10-03 15:11:49 -05:00 committed by Álison Fernandes
parent 84856a5c29
commit c6911be8d8

View file

@ -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,