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