mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Add phone number and imei to device identity.
This commit is contained in:
parent
a891e5de49
commit
5183485a53
6 changed files with 47 additions and 1 deletions
|
@ -115,6 +115,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
|
|||
, sdk: identity.sdk
|
||||
, display: identity.display
|
||||
, browsers: identity.browsers
|
||||
, phone: identity.phone
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue