mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
using basic storage engine
This commit is contained in:
parent
26ef342b7e
commit
36f7610097
@ -41,8 +41,6 @@ func (f *Authenticator) Authenticate(ctx context.Context) (context.Context, erro
|
||||
}
|
||||
user, err := f.DecodeMetadata(ctx, md)
|
||||
if err != nil {
|
||||
|
||||
fmt.Printf("???? %v\n", err)
|
||||
return nil, err
|
||||
}
|
||||
return identity.WithRequester(ctx, user), nil
|
||||
|
Loading…
Reference in New Issue
Block a user