1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 22:24:27 +01:00
metamask-extension/test/unit/ui/app
Thomas Huang 87e5281a82
Clear Account Details in AppState (#9238)
* Clear Account Details in AppState

We store sensitive information in the AppState under accountDetail for when the modal is active and present. This adds a new action/reducer and componentWillUnmount to clean up the persisted data left after leaving the modal.

* Remove reduntant clearAccountDetails call when clicking done button
2020-08-14 16:08:26 -07:00
..
reducers Clear Account Details in AppState (#9238) 2020-08-14 16:08:26 -07:00
actions.spec.js Fix no-empty-function issues (#9216) 2020-08-14 09:17:02 -02:30