Adjustions for utilizing an external OAuth Hook (#945)

* 🚧 add oauth redirect env variable, add host to oauth state

* 🎨 format

* 🚧 reset changes

* 🚧 add hook

* 🚧 remove host from inital state
This commit is contained in:
Ben Hesseldieck
2020-09-11 12:15:06 +02:00
committed by GitHub
parent 5751a645aa
commit 279af6251b
2 changed files with 10 additions and 9 deletions

View File

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