Initialize selector before we make an auth.Generate call (#1693)
This commit is contained in:
committed by
Dominic Wong
parent
aec27be9b4
commit
00b76e0a64
@@ -28,7 +28,7 @@ func Generate(id string, name string, a auth.Auth) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
logger.Infof("Auth [%v] Authenticated as %v issued by %v", a, name, acc.Issuer)
|
||||
logger.Debugf("Auth [%v] Authenticated as %v issued by %v", a, name, acc.Issuer)
|
||||
|
||||
accID = acc.ID
|
||||
accSecret = acc.Secret
|
||||
|
Reference in New Issue
Block a user