You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove IS access token too
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user