mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
authorize: remove extra formatting directive
This commit is contained in:
parent
5a4acc5cd3
commit
8d6a812098
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func isValidClientCertificate(
|
|||
valid := verifyErr == nil
|
||||
|
||||
if verifyErr != nil {
|
||||
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification: %w")
|
||||
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification")
|
||||
}
|
||||
|
||||
isValidClientCertificateCache.Add(cacheKey, valid)
|
||||
|
|
Loading…
Add table
Reference in a new issue