1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Update base-apis.js

This commit is contained in:
Michael Telatynski
2020-11-17 15:25:17 +00:00
committed by GitHub
parent bd906e619d
commit 99bff04ccc

View File

@@ -371,7 +371,6 @@ MatrixBaseApis.prototype.getSsoLoginUrl = function(redirectUrl, loginType, idpId
prefix = "/_matrix/client/unstable/org.matrix.msc2858"; prefix = "/_matrix/client/unstable/org.matrix.msc2858";
} }
return this._http.getUrl(url, { redirectUrl }, prefix); return this._http.getUrl(url, { redirectUrl }, prefix);
}; };