Defer more auth logic to snjs
This commit is contained in:
@@ -17,7 +17,6 @@ export class PureCtrl {
|
||||
this.addAppStateObserver();
|
||||
this.addAppEventObserver();
|
||||
$scope.$on('$destroy', () => {
|
||||
console.log("On destroy", this);
|
||||
this.unsubApp();
|
||||
this.unsubState();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user