Skip to content

Commit

Permalink
fire event on successful login
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jul 26, 2011
1 parent 8fba41b commit cce191f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -37,6 +37,7 @@ org.jboss.seam.xwidgets.Identity.prototype.loginCallback = function(result) {
if (result === "success") {
this.loggedIn = true;
xw.EL.notify("identity");
xw.Event.fire("org.jboss.seam.identity.loggedIn");
}
};

Expand Down

0 comments on commit cce191f

Please sign in to comment.