mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
279af6251b
* 🚧 add oauth redirect env variable, add host to oauth state * 🎨 format * 🚧 reset changes * 🚧 add hook * 🚧 remove host from inital state
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>
|