discourse/app/views/user_open_ids/complete.haml

7 lines
132 B
Plaintext
Raw Normal View History

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