We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658bd54 commit 8c9f473Copy full SHA for 8c9f473
account-kit/rn-signer/src/client.ts
@@ -8,7 +8,6 @@ import { type ConnectionConfig } from "@aa-sdk/core";
8
import {
9
createPasskey,
10
PasskeyStamper,
11
- type AuthenticatorTransport,
12
} from "@turnkey/react-native-passkey-stamper";
13
14
stringify as uuidStringify,
@@ -337,7 +336,6 @@ export class RNSignerClient extends BaseSignerClient<undefined> {
337
336
{
338
id: user.credentialId,
339
type: "public-key",
340
- transports: ["internal", "hybrid"] as AuthenticatorTransport[],
341
},
342
]
343
: undefined,
0 commit comments