n8n/packages/cli/templates/oauth-callback.handlebars
2023-11-03 17:20:54 +01:00

10 lines
167 B
Handlebars

<html>
<script>
(function messageParent() {
window.opener.postMessage('success', '*');
})();
</script>
Got connected. The window can be closed now.
</html>