mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 15:52:29 +08:00
Authlib: Use types package rather than claims (#99243)
This commit is contained in:
@ -3,7 +3,7 @@ package clientmiddleware
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/grafana/authlib/claims"
|
||||
claims "github.com/grafana/authlib/types"
|
||||
"github.com/grafana/grafana-plugin-sdk-go/backend"
|
||||
|
||||
"github.com/grafana/grafana/pkg/services/contexthandler"
|
||||
|
Reference in New Issue
Block a user