kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
491 stars 80 forks source link

Fix incorrect feature flag definition #333

Closed Firstyear closed 1 year ago

Firstyear commented 1 year ago

Fixes #332 - Incorrect definition of cfg flags prevent cred internal flag working.

yaleman commented 1 year ago

Did a FMT to make the CI happy