Note cleanup issue

pull/21833/head
J. Ryan Stinnett 2019-07-30 10:39:07 +01:00
parent 5bb68b4b3b
commit 15243ec2a5
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ export default class IdentityAuthClient {
if (err.cors === "rejected" || err.httpStatus === 404) {
// Assume IS only supports deprecated v1 API for now
// TODO: Remove this path once v2 is only supported version
// See https://github.com/vector-im/riot-web/issues/10443
console.warn("IS doesn't support v2 auth");
this.authEnabled = false;
}