mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:40:00 +08:00
Twitter logins were broken.
This commit is contained in:
parent
7c11c3fe0f
commit
33757c201a
|
@ -1,8 +1,8 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(<%=@data.to_json.to_json%>);
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(<%=@data.to_json.html_safe%>);
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user