Skip to content

Commit

Permalink
Make passkey api public for advanced usage (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Jun 20, 2023
1 parent b9bd549 commit 10a5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type SignUpParams = {
};

export class Passkey {
private api: PasskeyApiClient;
public api: PasskeyApiClient;

constructor({baseUrl, tenantId}: PasskeyOptions) {
this.api = new PasskeyApiClient({baseUrl, tenantId});
Expand Down

0 comments on commit 10a5d50

Please sign in to comment.