You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Remove cachedPassword from localStorage on_logged_out
Fixes https://github.com/vector-im/riot-web/issues/4101
This commit is contained in:
@ -69,7 +69,9 @@ class SessionStore extends Store {
|
||||
});
|
||||
break;
|
||||
case 'on_logged_out':
|
||||
this.reset();
|
||||
this._setState({
|
||||
cachedPassword: null,
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user