mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Update index.js
Temporarily turn OAuth 2.0 state tokens off due to #931.
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user