1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Add note to log out from IS

This commit is contained in:
J. Ryan Stinnett
2019-07-30 17:19:59 +01:00
parent edcdac464c
commit 92dbb58384

View File

@@ -69,6 +69,7 @@ export default class IdentityAuthClient {
// appropriately. We already clear storage on sign out, but we'll need // appropriately. We already clear storage on sign out, but we'll need
// additional clearing when changing ISes in settings as part of future // additional clearing when changing ISes in settings as part of future
// privacy work. // privacy work.
// See also https://github.com/vector-im/riot-web/issues/10455.
} }
async registerForToken() { async registerForToken() {