mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 19:42:32 -05:00
9 lines
193 B
Text
9 lines
193 B
Text
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||
|
window.close();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|