Remove the access token for the old IS

Pretty important that we don't send that to the new IS...
pull/21833/head
David Baker 2019-08-12 14:38:49 +01:00
родитель bc088e4472
Коммит f358b6162d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -137,6 +137,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.setItem("mx_is_url", fullUrl);
newFormValue = '';
}