2013-02-06 22:48:55 +08:00
|
|
|
<html>
|
|
|
|
<head></head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
2013-02-08 05:49:58 +08:00
|
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_json.html_safe%>);
|
2013-02-06 22:48:55 +08:00
|
|
|
window.close();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|