From 38983bc977ae4140e49997d3cf5174e54c7014f4 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 8 Feb 2016 09:53:47 +1100 Subject: [PATCH] oops --- app/views/common/_discourse_javascript.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }