mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 12:35:12 +08:00
9189d937f7
implement omniauth-facebook / omniauth-twitter
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_json.html_safe%>);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|