refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973)
This commit is contained in:
committed by
GitHub
parent
c6049a2e97
commit
acec9bad71
9
packages/cli/templates/oauth-callback.handlebars
Normal file
9
packages/cli/templates/oauth-callback.handlebars
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