mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
11 lines
233 B
Handlebars
11 lines
233 B
Handlebars
<html>
|
|
<script>
|
|
(function messageParent() {
|
|
const broadcastChannel = new BroadcastChannel('oauth-callback');
|
|
broadcastChannel.postMessage('success');
|
|
})();
|
|
</script>
|
|
|
|
Got connected. The window can be closed now.
|
|
</html>
|