1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

This should be null, not false

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker
2019-06-10 16:19:45 +01:00
committed by GitHub
parent 654e8b41fa
commit 61ee6eb8af

View File

@@ -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 = {