Skip to content

Commit

Permalink
Fix regenerating recovery codes webauthn scope - follow up (#40781) (#…
Browse files Browse the repository at this point in the history
…40843)

* Address TODO; update e ref.
  • Loading branch information
Joerger authored Apr 25, 2024
1 parent 811f8ea commit 0b52cb6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ type MfaResponseProps = BaseProps & {
type DefaultProps = BaseProps & {
onAuthenticated(privilegeTokenId: string): void;
onMfaResponse?: never;
// TODO(Joerger): change type to 'never' once it is no longer expected in /e
challengeScope?: MfaChallengeScope;
challengeScope?: never;
};

export type Props = MfaResponseProps | DefaultProps;
Expand Down

0 comments on commit 0b52cb6

Please sign in to comment.