heroku-cli-util
Advanced tools
Comparing version 6.1.13 to 6.1.14
@@ -27,3 +27,3 @@ 'use strict' | ||
// default preauth to always happen unless explicitly disabled | ||
if (options.preauth === false) { | ||
if (options.preauth === false || !body.app) { | ||
twoFactorPrompt(options, preauths, context) | ||
@@ -30,0 +30,0 @@ .then(function (secondFactor) { |
{ | ||
"name": "heroku-cli-util", | ||
"description": "Set of helpful CLI utilities", | ||
"version": "6.1.13", | ||
"version": "6.1.14", | ||
"author": "Jeff Dickey (@dickeyxxx)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82314