1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-21 02:56:40 -08:00
n8n/packages/cli/templates/oauth-callback.handlebars
2024-06-17 13:41:49 +02:00

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>