diff --git a/app/views/common/_discourse_javascript.html.erb b/app/views/common/_discourse_javascript.html.erb index 5f52c531efc..921ece2c5ce 100644 --- a/app/views/common/_discourse_javascript.html.erb +++ b/app/views/common/_discourse_javascript.html.erb @@ -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(); }