mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +08:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
%html
|
|
%head
|
|
%body
|
|
:javascript
|
|
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
|
window.close();
|