Fix link account
This commit is contained in:
parent
fcae682954
commit
4ec340640e
4 changed files with 22 additions and 45 deletions
|
|
@ -108,7 +108,11 @@ angular.module('copayApp.controllers').controller('glideraController',
|
|||
$scope.network = glideraService.getNetwork();
|
||||
$scope.showOauthForm = false;
|
||||
$scope.account = {};
|
||||
init();
|
||||
if (data.stateParams && data.stateParams.code) {
|
||||
$scope.submitOauthCode(data.stateParams.code);
|
||||
} else {
|
||||
init();
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue