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

9 lines
194 B
Text

<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>