teamhanko / passkeys

FIDO2-certified passkey server and SDKs for adding passkey support to any auth system
https://hanko.io/passkey-api
GNU Affero General Public License v3.0
115 stars 8 forks source link

fix: store mfa default values when missing #64

Closed FreddyDevelop closed 4 months ago

FreddyDevelop commented 4 months ago

MFA config is not stored because the check if it exists is wrong. This PR fixes it.