@1auth/authn-webauthn
Advanced tools
Comparing version 0.0.0-alpha.37 to 0.0.0-alpha.38
@@ -198,3 +198,3 @@ import { | ||
excludeCredentials.push({ | ||
id: value.credentialID, | ||
id: value.credential.id, | ||
type: 'public-key' | ||
@@ -282,3 +282,3 @@ }) | ||
allowCredentials.push({ | ||
id: authenticator.credentialID, | ||
id: authenticator.credential.id, | ||
type: 'public-key' | ||
@@ -285,0 +285,0 @@ }) |
{ | ||
"name": "@1auth/authn-webauthn", | ||
"version": "0.0.0-alpha.37", | ||
"version": "0.0.0-alpha.38", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10976