discourse/app/views/user_open_ids/complete.html.erb

9 lines
193 B
Text
Raw Normal View History

<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>