mirror of https://github.com/vector-im/riot-web
Remove cachedPassword from localStorage on_logged_out
Fixes https://github.com/vector-im/riot-web/issues/4101pull/21833/head
parent
b51f5ac6d1
commit
d83f18ab46
|
@ -69,7 +69,9 @@ class SessionStore extends Store {
|
|||
});
|
||||
break;
|
||||
case 'on_logged_out':
|
||||
this.reset();
|
||||
this._setState({
|
||||
cachedPassword: null,
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue