mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-26 00:58:47 -05:00
7 lines
132 B
Text
7 lines
132 B
Text
|
%html
|
||
|
%head
|
||
|
%body
|
||
|
:javascript
|
||
|
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||
|
window.close();
|