mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 00:04:59 +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();
|