Stackedit/static/oauth2/callback.html

10 lines
232 B
HTML
Raw Permalink Normal View History

2017-08-06 14:04:00 +00:00
<!DOCTYPE html>
<html>
<body>
<script>
var origin = location.protocol + '//' + location.host;
2017-09-26 22:54:26 +00:00
(window.opener || window.parent).postMessage(location.hash || location.search, origin);
2017-08-06 14:04:00 +00:00
</script>
</body>
</html>