mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ 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