You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webauthn): remove noisy stack traces from expected exception logging
Drop the exception object from log.warn() calls in
WebAuthnManagementAPIAdvice. These are expected business and validation
errors (credential not found, validation failures), not unexpected
system failures, so full stack traces add noise without diagnostic value.
0 commit comments