mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
10 lines
436 B
Markdown
10 lines
436 B
Markdown
|
---
|
||
|
"@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.
|