mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 04:17:34 -05:00
10 lines
194 B
Text
10 lines
194 B
Text
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||
|
window.close();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|