mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 02:35:04 +08:00
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|