We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127aa0 commit c58d7adCopy full SHA for c58d7ad
synapse/api/auth/msc3861_delegated.py
@@ -480,7 +480,7 @@ async def get_user_by_access_token(
480
# XXX: This is a temporary solution so that the admin API can be called by
481
# the OIDC provider. This will be removed once we have OIDC client
482
# credentials grant support in matrix-authentication-service.
483
- logger.info("Admin toked used")
+ logger.info("Admin token used")
484
# XXX: that user doesn't exist and won't be provisioned.
485
# This is mostly fine for admin calls, but we should also think about doing
486
# requesters without a user_id.
0 commit comments