diff --git a/src/js/services/fingerprintService.js b/src/js/services/fingerprintService.js index 6de7647e4..f1b49be32 100644 --- a/src/js/services/fingerprintService.js +++ b/src/js/services/fingerprintService.js @@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('fingerprintService', function($log, var _isAvailable = false; - if (platformInfo.isMobile) { + if (platformInfo.isCordova) { window.plugins.touchid = window.plugins.touchid || {}; window.plugins.touchid.isAvailable( function(msg) {