You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error.message=`${error.message}\nFor more information about MFA, visit: https://www.contentstack.com/docs/developers/security/multi-factor-authentication`;
thrownewMFAError('Invalid secret format in environment variable');
27
+
cliux.error('Invalid secret format in environment variable. The secret must be a valid Base32 string of at least 16 characters.');
28
+
cliux.print('For more information about MFA, visit: https://www.contentstack.com/docs/developers/security/multi-factor-authentication',{color: 'yellow'});
29
+
process.exit(1);
29
30
}
30
31
cliux.print('Using MFA secret from environment variable');
cliux.error('Invalid secret format. The secret must be a valid Base32 string of at least 16 characters.');
47
+
cliux.print('For more information about MFA, visit: https://www.contentstack.com/docs/developers/security/multi-factor-authentication',{color: 'yellow'});
cliux.error('Invalid secret format. The secret must be a valid Base32 string of at least 16 characters.');
56
+
cliux.print('For more information about MFA, visit: https://www.contentstack.com/docs/developers/security/multi-factor-authentication',{color: 'yellow'});
0 commit comments