mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Fix registration dialog popup for 'full screen' social logins
Regression following the ember3 upgrade. In addition to fixing, this commit consolidates our social registration logic into one place, and adds tests for the behaviour.
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
|
||||
<%- if !current_user && cookies[:authentication_data] %>
|
||||
<meta id="data-authentication" data-authentication-data="<%= cookies.delete(:authentication_data) %>">
|
||||
<%= preload_script "authentication-complete" %>
|
||||
<%- end %>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user