mirror of https://github.com/vector-im/riot-web
Remove IS access token too
parent
ebc84b4445
commit
115e4c0370
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue