Skip to content

Commit 8c9f473

Browse files
authored
fix: react native ios passkeys (#1986)
1 parent 658bd54 commit 8c9f473

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

account-kit/rn-signer/src/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { type ConnectionConfig } from "@aa-sdk/core";
88
import {
99
createPasskey,
1010
PasskeyStamper,
11-
type AuthenticatorTransport,
1211
} from "@turnkey/react-native-passkey-stamper";
1312
import {
1413
stringify as uuidStringify,
@@ -337,7 +336,6 @@ export class RNSignerClient extends BaseSignerClient<undefined> {
337336
{
338337
id: user.credentialId,
339338
type: "public-key",
340-
transports: ["internal", "hybrid"] as AuthenticatorTransport[],
341339
},
342340
]
343341
: undefined,

0 commit comments

Comments
 (0)