mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 15:31:22 +02:00
c+p fail
This commit is contained in:
parent
115e4c0370
commit
0b51a5f452
@ -172,7 +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_access_token");
|
||||||
localStorage.removeItem("mx_is_url");
|
localStorage.removeItem("mx_is_url");
|
||||||
this.setState({
|
this.setState({
|
||||||
busy: false,
|
busy: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user