diff --git a/packages/authentication/src/identity/webauthn.ts b/packages/authentication/src/identity/webauthn.ts index 79d213bf..90fa75ca 100644 --- a/packages/authentication/src/identity/webauthn.ts +++ b/packages/authentication/src/identity/webauthn.ts @@ -93,7 +93,6 @@ async function _createCredential(): Promise { const creds = (await navigator.credentials.create({ publicKey: { authenticatorSelection: { - authenticatorAttachment: "platform", userVerification: 'preferred', }, attestation: 'direct', @@ -186,7 +185,6 @@ export class WebAuthnIdentity extends SignIdentity { { type: 'public-key', id: this._rawId, - transports: ['internal'], }, ], challenge: blob,