You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
lint
This commit is contained in:
@@ -273,7 +273,9 @@ InteractiveAuth.prototype = {
|
|||||||
await this._submitPromise;
|
await this._submitPromise;
|
||||||
} finally {
|
} finally {
|
||||||
this._submitPromise = null;
|
this._submitPromise = null;
|
||||||
if (!background && this._busyChangedCallback) this._busyChangedCallback(false);
|
if (!background && this._busyChangedCallback) {
|
||||||
|
this._busyChangedCallback(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user