Skip to content

Commit

Permalink
Merge pull request #108 from Web3Auth/fix/buildError
Browse files Browse the repository at this point in the history
fix: build error after upgrade to customauth 18
  • Loading branch information
himanshuchawla009 authored Apr 17, 2024
2 parents 99e0553 + 4a3c7b4 commit 7151318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Run tests
run: npm run test
4 changes: 2 additions & 2 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import type {
AGGREGATE_VERIFIER_TYPE,
ExtraParams,
LoginWindowResponse,
PasskeyExtraParams,
SubVerifierDetails,
TorusVerifierResponse,
UX_MODE_TYPE,
WebAuthnExtraParams,
} from "@toruslabs/customauth";
import { CustomChainConfig, SafeEventEmitterProvider } from "@web3auth/base";
import BN from "bn.js";
Expand Down Expand Up @@ -126,7 +126,7 @@ export interface IdTokenLoginParams {
/**
* Extra verifier params in case of a WebAuthn verifier type.
*/
extraVerifierParams?: WebAuthnExtraParams;
extraVerifierParams?: PasskeyExtraParams;

/**
* Any additional parameter (key value pair) you'd like to pass to the login function.
Expand Down

0 comments on commit 7151318

Please sign in to comment.