summaryrefslogtreecommitdiff
path: root/internal/handlers/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/types.go')
-rw-r--r--internal/handlers/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/types.go b/internal/handlers/types.go
index 6079f1ac0..b69fbce95 100644
--- a/internal/handlers/types.go
+++ b/internal/handlers/types.go
@@ -143,7 +143,7 @@ type PasswordPolicyBody struct {
}
type handlerAuthorizationConsent func(
- ctx *middlewares.AutheliaCtx, issuer *url.URL, client *oidc.Client,
+ ctx *middlewares.AutheliaCtx, issuer *url.URL, client oidc.Client,
userSession session.UserSession, subject uuid.UUID,
rw http.ResponseWriter, r *http.Request,
requester fosite.AuthorizeRequester) (consent *model.OAuth2ConsentSession, handled bool)