Skip to content

Commit d698c68

Browse files
committed
fix(auth): add debug log for mfa
1 parent eb27020 commit d698c68

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)