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

10 lines
221 B
Plaintext

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