Fix uri handler for coinbase
This commit is contained in:
parent
1a586f6fcc
commit
5301d1e9a9
7 changed files with 27 additions and 24 deletions
|
|
@ -61,7 +61,7 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
|
|||
+ 'wallet:payment-methods:read';
|
||||
|
||||
// NW has a bug with Window Object
|
||||
if (isCordova && isNW) {
|
||||
if (isCordova || isNW) {
|
||||
credentials.REDIRECT_URI = coinbase.redirect_uri.mobile;
|
||||
} else {
|
||||
credentials.REDIRECT_URI = coinbase.redirect_uri.desktop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue