first commit
This commit is contained in:
9
static/oauth2/callback.html
Normal file
9
static/oauth2/callback.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
var origin = location.protocol + '//' + location.host;
|
||||
(window.opener || window.parent).postMessage(location.hash || location.search, origin);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user