mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
9 lines
221 B
Text
9 lines
221 B
Text
<html>
|
|
<head></head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_client_hash.to_json.html_safe%>);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|