mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Authn: Fix password client fallthrough (#63244)
* fix password client fallthrough * fix grafana client String
This commit is contained in:
@@ -21,6 +21,10 @@ type Basic struct {
|
||||
client authn.PasswordClient
|
||||
}
|
||||
|
||||
func (c *Basic) String() string {
|
||||
return c.Name()
|
||||
}
|
||||
|
||||
func (c *Basic) Name() string {
|
||||
return authn.ClientBasic
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user