2013-02-06 09:48:55 -05:00
|
|
|
<html>
|
|
|
|
<head></head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
2013-08-23 02:21:52 -04:00
|
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_client_hash.to_json.html_safe%>);
|
2013-02-06 09:48:55 -05:00
|
|
|
window.close();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|