Fix bitpay-card pairing with 2fa

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-24 09:23:39 -03:00
parent f740db7e39
commit ed5bf07c5f
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 2 additions and 0 deletions

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