mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
Merge remote-tracking branch 'origin/dbkr/change_is' into dbkr/disco_is
This commit is contained in:
commit
0c4b29faa9
@ -138,7 +138,7 @@ export default class SetIdServer extends React.Component {
|
||||
let newFormValue = this.state.idServer;
|
||||
if (!errStr) {
|
||||
MatrixClientPeg.get().setIdentityServerUrl(fullUrl);
|
||||
localStorage.removeItem("mx_is_access_token", fullUrl);
|
||||
localStorage.removeItem("mx_is_access_token");
|
||||
localStorage.setItem("mx_is_url", fullUrl);
|
||||
newFormValue = '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user