delete items on signout
This commit is contained in:
@@ -88,8 +88,9 @@ angular.module('app.frontend')
|
||||
|
||||
this.signOutPressed = function() {
|
||||
this.showAccountMenu = false;
|
||||
apiController.signout();
|
||||
window.location.reload();
|
||||
apiController.signout(function(){
|
||||
window.location.reload();
|
||||
})
|
||||
}
|
||||
|
||||
this.submitPasswordChange = function() {
|
||||
|
||||
Reference in New Issue
Block a user