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

10 lines
194 B
Plaintext

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