Skip to content

Commit 189b9d8

Browse files
committed
Update comment
1 parent d098187 commit 189b9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/routes/(new-styling)/callback/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
// User was returned here after redirect from a OpenID flow callback,
2323
// these flows are always handled in a popup and the callback url is
24-
// returned to the opener window through the PostMessage API.
24+
// returned to the opener window through a shared BroadcastChannel.
2525
sendUrlToOpener();
2626
});
2727
</script>

0 commit comments

Comments
 (0)