diff --git a/lib/cli/auth-oauth2/index.js b/lib/cli/auth-oauth2/index.js index 014798f8..cc5dd28f 100644 --- a/lib/cli/auth-oauth2/index.js +++ b/lib/cli/auth-oauth2/index.js @@ -57,7 +57,7 @@ module.exports.builder = function(yargs) { .option('oauth-state', { describe: 'Whether to enable OAuth 2.0 state token support.' , type: 'boolean' - , default: true + , default: false }) .option('oauth-domain', { describe: 'Optional email domain to allow authentication for.'