parent
b5c7f1978e
commit
d255007ed9
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ func (r *clientIdentityRepo) Authenticate(creds oidc.ClientCredentials) (bool, e
|
|||
|
||||
dec, err := base64.URLEncoding.DecodeString(creds.Secret)
|
||||
if err != nil {
|
||||
log.Errorf("error Decoding client creds ")
|
||||
log.Errorf("error Decoding client creds: %v", err)
|
||||
return false, nil
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue