Fix bitpay-card pairing with 2fa

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-24 09:23:39 -03:00
commit ed5bf07c5f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -118,6 +118,8 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
this.showPrompt = function(title, message, opts, cb) {
$log.warn(title ? (title + ': ' + message) : message);
opts = opts || {};
if (isCordova && !opts.forceHTMLPrompt)
_cordovaPrompt(title, message, opts, cb);
else