discourse/app/views/twitter/complete.haml
2013-02-05 14:16:51 -05:00

6 lines
132 B
Text

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