discourse/app/views/user_open_ids/complete.haml

7 lines
132 B
Plaintext

%html
%head
%body
:javascript
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();