Skip to content

Commit 49bbbaf

Browse files
committed
fix: add ecosystem to jwt and auth endpoint
1 parent e57fadc commit 49bbbaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/thirdweb/src/wallets/in-app/native/native-connector.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,13 @@ export class InAppNativeConnector implements InAppConnector {
199199
return customJwt({
200200
jwt: params.jwt,
201201
client: this.client,
202+
ecosystem: this.ecosystem,
202203
});
203204
case "auth_endpoint":
204205
return authEndpoint({
205206
payload: params.payload,
206207
client: this.client,
208+
ecosystem: this.ecosystem,
207209
});
208210
default:
209211
throw new Error(`Unsupported authentication type: ${strategy}`);

0 commit comments

Comments
 (0)