discourse/app/views/twitter/complete.html.erb

10 lines
212 B
Plaintext
Raw Normal View History

<html>
<head></head>
<body>
2013-02-08 17:57:01 -05:00
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(<%=@data.to_json.html_safe%>);
window.close();
</script>
</body>
</html>