diff --git a/src/interactive-auth.js b/src/interactive-auth.js index 90b17fc0d..23f756db1 100644 --- a/src/interactive-auth.js +++ b/src/interactive-auth.js @@ -126,7 +126,7 @@ function InteractiveAuth(opts) { // if we are currently trying to submit an auth dict (which includes polling) // the promise the will resolve/reject when it completes - this._submitPromise = false; + this._submitPromise = null; } InteractiveAuth.prototype = {