Remove IS access token too
This commit is contained in:
parent
ebc84b4445
commit
115e4c0370
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ export default class SetIdServer extends React.Component {
|
||||||
|
|
||||||
_disconnectIdServer = () => {
|
_disconnectIdServer = () => {
|
||||||
MatrixClientPeg.get().setIdentityServerUrl(null);
|
MatrixClientPeg.get().setIdentityServerUrl(null);
|
||||||
|
localStorage.removeItem("mx_is_access_token", fullUrl);
|
||||||
localStorage.removeItem("mx_is_url");
|
localStorage.removeItem("mx_is_url");
|
||||||
this.setState({
|
this.setState({
|
||||||
busy: false,
|
busy: false,
|
||||||
|
|
Loading…
Reference in a new issue