fix signout
This commit is contained in:
parent
65512bf1c2
commit
047ba06d42
3 changed files with 7 additions and 4 deletions
|
|
@ -14,6 +14,11 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
$scope.confirmedEmail = true;
|
||||
$rootScope.fromEmailConfirmation = false;
|
||||
}
|
||||
|
||||
if($rootScope.iden) {
|
||||
identityService.goWalletHome();
|
||||
}
|
||||
|
||||
Compatibility.check($scope);
|
||||
pinService.check(function(err, value) {
|
||||
$scope.hasPin = value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue