Skip to content

Commit 28e1d35

Browse files
jakehobbsRichard-Dang
authored andcommitted
fix: add userTagIds to legacy stampUpdateUser request (#2027)
1 parent e32e4e6 commit 28e1d35

File tree

1 file changed

+1
-0
lines changed
  • account-kit/signer/src/client

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ export abstract class BaseSignerClient<
370370
parameters: {
371371
userId: this.user.userId,
372372
userEmail: email,
373+
userTagIds: [],
373374
},
374375
})
375376
: await this.turnkeyClient.stampUpdateUserEmail({

0 commit comments

Comments
 (0)