1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-10 19:43:07 +03:00
This commit is contained in:
David Baker
2019-08-12 14:45:15 +01:00
parent 115e4c0370
commit 0b51a5f452

View File

@@ -172,7 +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_access_token");
localStorage.removeItem("mx_is_url");
this.setState({
busy: false,