mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
chore: rename route for bind and sign in (#277)
This commit is contained in:
parent
fe0ece4e49
commit
c033c5e4ec
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export default function sessionRoutes<T extends AnonymousRouter>(router: T, prov
|
|||
);
|
||||
|
||||
router.post(
|
||||
'/session/sign-in/social-related-user',
|
||||
'/session/sign-in/bind-social-related-user-and-sign-in',
|
||||
koaGuard({
|
||||
body: object({ connectorId: string() }),
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue