mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
17 lines
373 B
Text
17 lines
373 B
Text
doctype html
|
|
html
|
|
body
|
|
script.
|
|
window.opener.postMessage({
|
|
type: 'oauth_login',
|
|
user: {
|
|
id: '#{_id}',
|
|
token: '#{token}',
|
|
name: '#{name}',
|
|
photo: '#{photo}',
|
|
role: '#{role}',
|
|
}
|
|
}, '*');
|
|
|
|
window.close();
|
|
|