Skip to content

Commit 85be5e1

Browse files
sandhosereivilibre
andauthored
Clarify comment
Co-authored-by: reivilibre <[email protected]>
1 parent 74bd3fe commit 85be5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/handlers/src/oauth2/introspection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ pub(crate) async fn post(
228228
) -> Result<impl IntoResponse, RouteError> {
229229
if let Some(token) = credentials.bearer_token() {
230230
// If the client presented a bearer token, we check with the homeserver
231-
// connection if it is allowed to use the introspection endpoint
231+
// configuration if it is allowed to use the introspection endpoint
232232
if !homeserver
233233
.verify_token(token)
234234
.await

0 commit comments

Comments
 (0)