n8n/packages/cli/templates/oauth-callback.handlebars

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
233 B
Handlebars
Raw Normal View History

<html>
<script>
(function messageParent() {
const broadcastChannel = new BroadcastChannel('oauth-callback');
broadcastChannel.postMessage('success');
})();
</script>
Got connected. The window can be closed now.
</html>