Skip to content
Snippets Groups Projects
Commit 30efbffb authored by James Calfee's avatar James Calfee
Browse files

remove spam

parent 54638971
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ export function* watchRemoveHighSecurityKeys() { ...@@ -49,7 +49,6 @@ export function* watchRemoveHighSecurityKeys() {
// } // }
function* removeHighSecurityKeys({payload: {pathname}}) { function* removeHighSecurityKeys({payload: {pathname}}) {
console.log('pathname', pathname)
const highSecurityPage = highSecurityPages.find(p => p.test(pathname)) != null const highSecurityPage = highSecurityPages.find(p => p.test(pathname)) != null
// Let the user keep the active key when going from one high security page to another. This helps when // Let the user keep the active key when going from one high security page to another. This helps when
// the user logins into the Wallet then the Permissions tab appears (it was hidden). This keeps them // the user logins into the Wallet then the Permissions tab appears (it was hidden). This keeps them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment