summaryrefslogtreecommitdiff
path: root/internal/handlers/handler_oidc_token.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/handler_oidc_token.go')
-rw-r--r--internal/handlers/handler_oidc_token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/handler_oidc_token.go b/internal/handlers/handler_oidc_token.go
index d33d80aeb..2ad2efdb4 100644
--- a/internal/handlers/handler_oidc_token.go
+++ b/internal/handlers/handler_oidc_token.go
@@ -5,7 +5,7 @@ import (
"github.com/ory/fosite"
- "github.com/authelia/authelia/internal/middlewares"
+ "github.com/authelia/authelia/v4/internal/middlewares"
)
func oidcToken(ctx *middlewares.AutheliaCtx, rw http.ResponseWriter, req *http.Request) {