Skip to content

Commit

Permalink
fix(shared): Expose reverificationCompleted function
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Feb 18, 2025
1 parent 0d49f0d commit 9112e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/shared/src/react/hooks/useReverification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ type UseReverificationResult<
isReVerificationInProgress: boolean;
verificationLevel: string | undefined;
cancelReverification: () => void;
reverificationCompleted: () => void;
},
];

Expand Down Expand Up @@ -273,6 +274,7 @@ function useReverification<
isReVerificationInProgress,
verificationLevel,
cancelReverification: reverificationCancel,
reverificationCompleted: reverificationCompleted,
},
];
}
Expand Down

0 comments on commit 9112e95

Please sign in to comment.