Skip to content

Commit

Permalink
fix(alchemy-signer): fix the passkey creation flow (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 authored Mar 28, 2024
1 parent f501255 commit ef50ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/alchemy/src/signer/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ export class AlchemySignerClient {
orgId: result.orgId,
address: result.address!,
userId: result.userId!,
credentialId: attestation.credentialId,
};
this.initWebauthnStamper(this.user);

return result;
};
Expand Down

0 comments on commit ef50ac4

Please sign in to comment.