0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

chore(core): fix typo in code comments (#5772)

This commit is contained in:
Charles Zhao 2024-04-23 10:14:37 +08:00 committed by GitHub
parent 465c7a447a
commit 30aec5dd5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ export default function initOidc(
const { client, params } = ctx.oidc;
/**
* In consent or code excange flow, the organization_id is undefined,
* In consent or code exchange flow, the organization_id is undefined,
* and all the scopes inherited from the all organization roles will be granted.
* In the flow of granting token for organization with api resource,
* this value is set to the organization id,