mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.opener.Discourse.authenticationComplete(<%=@data.to_json.html_safe%>);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|