0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/funny-books-sell.md

436 B

@logto/experience
patch

fix native social sign-in callback

In a native environment, the social sign-in callback that posts to the native container (e.g. WKWebView in iOS) was wrong.

This was introduced by a refactor in #5536: It updated the callback path from /sign-in/social/:connectorId to /callback/social/:connectorId. However, the function to post the message to the native container was not updated accordingly.