Skip to content

Commit 42db06a

Browse files
authored
Merge pull request #113 from cloudgraphdev/fix/add-mfa-log
fix(auth): add debug log for mfa
2 parents eb27020 + d698c68 commit 42db06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export default class Provider extends CloudGraph.Client {
313313
profile,
314314
// MFA token support
315315
mfaCodeProvider: async () => {
316+
this.logger.debug('MFA token needed, requesting...')
316317
const { mfaToken = '' }: { mfaToken: string } = await this.interface.prompt([
317318
{
318319
type: 'input',

0 commit comments

Comments
 (0)