mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 19:37:29 -05:00
9 lines
204 B
Text
9 lines
204 B
Text
<html>
|
|
<head></head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_json.to_json%>);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|