Merge pull request #2060 from matiu/bug/payment-intent
Bug/payment intent
This commit is contained in:
commit
c2598b2646
39 changed files with 935 additions and 888 deletions
|
|
@ -5,7 +5,10 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
|
|||
var _credentials, _firstpin;
|
||||
|
||||
$scope.init = function() {
|
||||
identityService.goWalletHome();
|
||||
|
||||
if ($rootScope.wallet)
|
||||
go.walletHome();
|
||||
|
||||
$scope.isMobile = isMobile.any();
|
||||
|
||||
$scope.createStep = 'storage';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue