We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d098187 commit 189b9d8Copy full SHA for 189b9d8
src/frontend/src/routes/(new-styling)/callback/+page.svelte
@@ -21,7 +21,7 @@
21
22
// User was returned here after redirect from a OpenID flow callback,
23
// these flows are always handled in a popup and the callback url is
24
- // returned to the opener window through the PostMessage API.
+ // returned to the opener window through a shared BroadcastChannel.
25
sendUrlToOpener();
26
});
27
</script>
0 commit comments