-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clear Account Details in AppState #9238
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
fc14964
to
99596a2
Compare
Gudahtt
previously approved these changes
Aug 14, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ui/app/components/app/modals/export-private-key-modal/export-private-key-modal.component.js
Outdated
Show resolved
Hide resolved
Builds ready [99596a2]
Page Load Metrics (574 ± 51 ms)
|
Gudahtt
approved these changes
Aug 14, 2020
Builds ready [ddcf2da]
Page Load Metrics (673 ± 76 ms)
|
Gudahtt
added a commit
that referenced
this pull request
Aug 14, 2020
* origin/develop: (107 commits) Clear Account Details in AppState (#9238) Permit all-caps addresses (#9227) Send web3 usage metrics once per origin/property (#9237) Fix import/no-extraneous-dependencies issues (#9232) Remove unused buyEth fn from bg (#9236) Fix max-statements-per-line issues (#9218) Consolidate ESLint config files (#9231) Delete page-container.component.test.js (#9229) Tidy up getAccountLink (#9223) Tidy ConnectHardwareForm#checkIfUnlocked (#9224) Fix require-unicode-regexp issues (#9212) Fix no-negated-condition issues (#9222) Fix no-empty-function issues (#9216) Fix import/extensions issues (#9217) Dedupe glob-parent versions (#9220) Fix no-template-curly-in-string issues (#9221) Fix no-process-exit issues (#9219) Fix prefer-rest-params issues (#9215) Fix no-prototype-builtins issues (#9213) Fix no-nested-ternary issues (#9214) ...
Closed
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.