Stackedit/static/oauth2/callback.html
2017-09-26 23:54:26 +01:00

10 lines
232 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
var origin = location.protocol + '//' + location.host;
(window.opener || window.parent).postMessage(location.hash || location.search, origin);
</script>
</body>
</html>