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