Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-dai-bitgo committed Sep 24, 2024
1 parent d7c639d commit da5e4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-api/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface ProcessedAuthenticationPasskeyOptions {
response: AuthenticateWithPasskeyData,
otp?: string,
extensible?: boolean;
extensionAddress?: boolean;
extensionAddress?: string;
forReset2FA?: boolean;
}

Expand Down

0 comments on commit da5e4c4

Please sign in to comment.