rm disconnect message, rename disconnect fn
This commit is contained in:
parent
2809a145e2
commit
6aa959dcf5
4 changed files with 16 additions and 32 deletions
|
|
@ -49,11 +49,7 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
|
|||
};
|
||||
|
||||
function logout() {
|
||||
var w = $rootScope.wallet;
|
||||
if (w) {
|
||||
w.disconnect();
|
||||
controllerUtils.logout();
|
||||
}
|
||||
controllerUtils.logout();
|
||||
}
|
||||
|
||||
// ng-repeat defined number of times instead of repeating over array?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue