From c2add85e756f78f56e1570198e587faa2d871245 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 11 Oct 2018 14:58:46 -0400 Subject: [PATCH] FIX: Typo, should be `authentication` cc @xrav3nz --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5fbcc741379..a64d8997c3d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -57,7 +57,7 @@ <%= tag.meta id: 'data-discourse-setup', data: client_side_setup_data %> <%- if !current_user && flash[:authentication_data] %> - + <%= preload_script "authentication-complete" %> <%- end %>