n8n/packages/cli/templates/oauth-callback.html
2020-01-07 18:29:11 -06:00

10 lines
161 B
HTML

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