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 e32e4e6 commit 28e1d35Copy full SHA for 28e1d35
1 file changed
account-kit/signer/src/client/base.ts
@@ -370,6 +370,7 @@ export abstract class BaseSignerClient<
370
parameters: {
371
userId: this.user.userId,
372
userEmail: email,
373
+ userTagIds: [],
374
},
375
})
376
: await this.turnkeyClient.stampUpdateUserEmail({
0 commit comments