forked from mystiq/hydrogen-web
adjust to AbortableOperation api change
This commit is contained in:
parent
59605a2a57
commit
160ae0b767
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export class CompleteSSOLoginViewModel extends ViewModel {
|
|||
const homeserver = await this.platform.settingsStorage.getString("sso_ongoing_login_homeserver");
|
||||
let loginOptions;
|
||||
try {
|
||||
loginOptions = await this._sessionContainer.queryLogin(homeserver);
|
||||
loginOptions = await this._sessionContainer.queryLogin(homeserver).result;
|
||||
}
|
||||
catch (err) {
|
||||
this._showError(err.message);
|
||||
|
|
Loading…
Reference in a new issue