mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Show a dialog for new ADB key if using device.
This commit is contained in:
parent
e6c1de5194
commit
95347d91f0
9 changed files with 152 additions and 109 deletions
|
@ -58,6 +58,7 @@ dbapi.resetUserSettings = function(email) {
|
|||
}
|
||||
|
||||
dbapi.insertUserAdbKey = function(email, key) {
|
||||
console.log('insertUserAdbKey', email, key)
|
||||
return db.run(r.table('users').get(email).update({
|
||||
adbKeys: r.row('adbKeys').default([]).append({
|
||||
title: key.title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue