mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Show a dialog for new ADB key if using device.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user