Merge pull request #659 from cmgustavo/bug/2fa-bitpay-card

Fix bitpay-card pairing with 2fa
This commit is contained in:
Matias Alejo Garcia 2016-10-24 09:26:40 -03:00 committed by GitHub
commit bbf423d36e

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