We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb27020 + d698c68 commit 42db06aCopy full SHA for 42db06a
1 file changed
src/services/index.ts
@@ -313,6 +313,7 @@ export default class Provider extends CloudGraph.Client {
313
profile,
314
// MFA token support
315
mfaCodeProvider: async () => {
316
+ this.logger.debug('MFA token needed, requesting...')
317
const { mfaToken = '' }: { mfaToken: string } = await this.interface.prompt([
318
{
319
type: 'input',
0 commit comments