⚡ Some small changes to basic OAuth support
This commit is contained in:
9
packages/cli/templates/oauth-callback.html
Normal file
9
packages/cli/templates/oauth-callback.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<script>
|
||||
(function messageParent() {
|
||||
window.opener.postMessage('success', '*');
|
||||
}());
|
||||
</script>
|
||||
|
||||
Got connected. The window can be closed now.
|
||||
</html>
|
||||
Reference in New Issue
Block a user