discourse/app/views/users/omniauth_callbacks/complete.html.erb

10 lines
206 B
Plaintext
Raw Normal View History

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