From 15243ec2a557e1ea90345a9b264c328514a731c1 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 30 Jul 2019 10:39:07 +0100 Subject: [PATCH] Note cleanup issue --- src/IdentityAuthClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IdentityAuthClient.js b/src/IdentityAuthClient.js index a1a696e4c3..d7f810951b 100644 --- a/src/IdentityAuthClient.js +++ b/src/IdentityAuthClient.js @@ -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; }