Merge pull request #659 from cmgustavo/bug/2fa-bitpay-card
Fix bitpay-card pairing with 2fa
This commit is contained in:
commit
bbf423d36e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue