2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
This commit is contained in:
Sam Saffron 2016-02-08 09:53:47 +11:00
parent b032c63773
commit 38983bc977

View file

@ -38,7 +38,7 @@
actions: {
didTransition: function() {
Em.run.next(function(){
Discourse.authenticationComplete(<%=flash[:authentication_date].html_safe%>);
Discourse.authenticationComplete(<%=flash[:authentication_data].html_safe%>);
});
return this._super();
}