mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
Authlib: Use types package rather than claims (#99243)
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/grafana/authlib/claims"
|
||||
claims "github.com/grafana/authlib/types"
|
||||
"github.com/grafana/grafana/pkg/services/user"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user