orchidmap-front/backend/views/social/success.pug
2018-11-30 10:50:37 +07:00

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();