Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Nov 28, 2023
1 parent a65f99d commit 363472d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/packages/teleterm/src/services/tshdEvents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,11 @@ function createService(logger: Logger): {
}
);
},
promptMFA: (call, callback) => {
promptMFA: () => {
// TODO (joerger): Handle MFA prompt with totp/webauthn modal.
logger.info('Received prompt mfa request');
},
};


return { service, subscribeToTshdEvent };
}

0 comments on commit 363472d

Please sign in to comment.