Skip to content

Commit

Permalink
Address TODO; update e ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Apr 22, 2024
1 parent 1ecfbc2 commit 3c1afdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e
Submodule e updated from bdc82d to 3eb56c
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 3c1afdf

Please sign in to comment.