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

10 lines
161 B
HTML
Raw Normal View History

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