Merge branch 'master' of github.com:bitpay/copay into feature/better-buy-and-sell
This commit is contained in:
commit
aaf9008394
41 changed files with 931 additions and 1016 deletions
|
|
@ -137,7 +137,6 @@ angular.module('copayApp.controllers').controller('coinbaseController', function
|
|||
var self = this;
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.showOauthForm = false;
|
||||
coinbaseService.setCredentials();
|
||||
if (data.stateParams && data.stateParams.code) {
|
||||
coinbaseService.getStoredToken(function(at) {
|
||||
if (!at) self.submitOauthCode(data.stateParams.code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue