Skip to content

Commit ca18307

Browse files
refactor: remove unused import in MFA handler
1 parent e561fdc commit ca18307

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/contentstack-auth/src/utils/mfa-handler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { cliux, NodeCrypto, log, messageHandler } from '@contentstack/cli-utilities';
1+
import { cliux, NodeCrypto, log } from '@contentstack/cli-utilities';
22
import { authenticator } from 'otplib';
3-
import { askOTP } from './interactive';
43

54
/**
65
* @class

0 commit comments

Comments
 (0)