Fix hw descriptions.
This commit is contained in:
parent
80d2b7bc01
commit
2153d9b468
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.services')
|
|||
var root = {};
|
||||
|
||||
root.description = {
|
||||
supports: platformInfo.supportsIntelTEE,
|
||||
supported: platformInfo.supportsIntelTEE,
|
||||
id: 'intelTEE',
|
||||
name: 'Intel TEE',
|
||||
longName: 'Intel TEE Hardware Wallet',
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.services')
|
|||
var LEDGER_CHROME_ID = "kkdpmhnladdopljabkgpacgpliggeeaf";
|
||||
|
||||
root.description = {
|
||||
supports: platformInfo.supportsLedger,
|
||||
supported: platformInfo.supportsLedger,
|
||||
id: 'ledger',
|
||||
name: 'Ledger',
|
||||
longName: 'Ledger Hardware Wallet'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue