discourse/app/views/user_open_ids/complete.haml

7 lines
132 B
Text
Raw Normal View History

2013-02-05 14:16:51 -05:00
%html
%head
%body
:javascript
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();