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 GitHub
parent f7328fe2f9
commit ab891bd733

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,