Skip to content

Commit

Permalink
Merge branch 'main' into linna/passkey-icon-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
linnall committed Sep 23, 2024
2 parents 6e02c0f + b67844c commit b5a884f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account-kit/signer/src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ export class AlchemySignerWebClient extends BaseSignerClient<ExportWalletParams>
const { alchemyBundle: bundle, alchemyOrgId: orgId } = event.data;
if (bundle && orgId) {
cleanup();
popup?.close();
this.completeAuthWithBundle({
bundle,
orgId,
Expand Down

0 comments on commit b5a884f

Please sign in to comment.