mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
78119c9f22
* ⚡ Consolidate Prettier ignore patterns * ⚡ Let Prettier select file types to format * 🎨 Apply formatting
10 lines
167 B
HTML
10 lines
167 B
HTML
<html>
|
|
<script>
|
|
(function messageParent() {
|
|
window.opener.postMessage('success', '*');
|
|
})();
|
|
</script>
|
|
|
|
Got connected. The window can be closed now.
|
|
</html>
|