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:
parent
465c7a447a
commit
30aec5dd5f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue