mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
10 lines
167 B
Handlebars
10 lines
167 B
Handlebars
<html>
|
|
<script>
|
|
(function messageParent() {
|
|
window.opener.postMessage('success', '*');
|
|
})();
|
|
</script>
|
|
|
|
Got connected. The window can be closed now.
|
|
</html>
|