1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/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
..
components Clear Account Details in AppState (#9238) 2020-08-14 16:08:26 -07:00
contexts Fix require-unicode-regexp issues (#9212) 2020-08-14 09:18:42 -02:30
css colocate the base modal styles with the modal component (#9151) 2020-08-12 12:49:45 -03:00
ducks Clear Account Details in AppState (#9238) 2020-08-14 16:08:26 -07:00
helpers Permit all-caps addresses (#9227) 2020-08-14 19:18:46 -03:00
hooks Fix no-negated-condition issues (#9222) 2020-08-14 09:17:43 -02:30
pages Tidy up getAccountLink (#9223) 2020-08-14 12:31:59 -02:30
selectors Fix no-negated-condition issues (#9222) 2020-08-14 09:17:43 -02:30
store Clear Account Details in AppState (#9238) 2020-08-14 16:08:26 -07:00