mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
oops
This commit is contained in:
parent
b032c63773
commit
38983bc977
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
actions: {
|
actions: {
|
||||||
didTransition: function() {
|
didTransition: function() {
|
||||||
Em.run.next(function(){
|
Em.run.next(function(){
|
||||||
Discourse.authenticationComplete(<%=flash[:authentication_date].html_safe%>);
|
Discourse.authenticationComplete(<%=flash[:authentication_data].html_safe%>);
|
||||||
});
|
});
|
||||||
return this._super();
|
return this._super();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue