parent
35cc9af3e6
commit
7cc3c5eb4f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('fingerprintService', function(gettextCatalog, configService) {
|
||||
angular.module('copayApp.services').factory('fingerprintService', function($log, gettextCatalog, configService) {
|
||||
var root = {};
|
||||
|
||||
var requestTouchId = function(cb) {
|
||||
|
|
@ -29,7 +29,7 @@ angular.module('copayApp.services').factory('fingerprintService', function(gette
|
|||
};
|
||||
|
||||
root.check = function(client, cb) {
|
||||
if (root.isAvailable()) {
|
||||
if (root.isAvailable(client)) {
|
||||
requestTouchId(cb);
|
||||
} else {
|
||||
return cb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue