Skip to content

Commit

Permalink
Merge pull request #3388 from camptocamp/logout
Browse files Browse the repository at this point in the history
Reload the functionality on user logout
  • Loading branch information
sbrunner committed Jan 15, 2018
2 parents 775b862 + 1eaf9a7 commit 2d20e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/src/services/authenticationservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ gmf.Authentication.prototype.resetUser_ = function() {
}
this.dispatchEvent(new gmf.AuthenticationEvent(
gmf.AuthenticationEventType.LOGOUT, this.user_));
this.load_();
};


Expand Down

0 comments on commit 2d20e24

Please sign in to comment.