Remove IS access token too

This commit is contained in:
David Baker 2019-08-12 14:40:11 +01:00
parent ebc84b4445
commit 115e4c0370

View file

@ -172,6 +172,7 @@ export default class SetIdServer extends React.Component {
_disconnectIdServer = () => {
MatrixClientPeg.get().setIdentityServerUrl(null);
localStorage.removeItem("mx_is_access_token", fullUrl);
localStorage.removeItem("mx_is_url");
this.setState({
busy: false,