From 537a6ffab75a758ac381b451afb7c51bcc83a8c7 Mon Sep 17 00:00:00 2001 From: MilesChou Date: Thu, 19 Oct 2023 17:43:35 +0800 Subject: [PATCH] Fix typo --- consent/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consent/handler.go b/consent/handler.go index 0f43de4453b..d0d3fd2aa2b 100644 --- a/consent/handler.go +++ b/consent/handler.go @@ -259,7 +259,7 @@ type revokeOAuth2LoginSessions struct { // has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens. // // If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. -// No OpennID Connect Front- or Back-channel logout is performed in this case. +// No OpenID Connect Front- or Back-channel logout is performed in this case. // // Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected // to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.