diff --git a/apps/browser/src/webauthn/content/page-script.ts b/apps/browser/src/webauthn/content/page-script.ts index 02a8e5e2ef..7b5d9c9874 100644 --- a/apps/browser/src/webauthn/content/page-script.ts +++ b/apps/browser/src/webauthn/content/page-script.ts @@ -14,9 +14,11 @@ navigator.credentials.create = async ( options?: CredentialCreationOptions, abortController?: AbortController ): Promise => { - if (options.publicKey?.authenticatorSelection?.authenticatorAttachment === "platform") { - return await browserCredentials.create(options); - } + // if (options.publicKey?.authenticatorSelection?.authenticatorAttachment === "platform") { + // return await browserCredentials.create(options); + // } + + console.log(options.publicKey); try { const response = await messenger.request(