Skip to content

Commit

Permalink
Update components/use-encrypted-privates.js
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
riccardobl and Copilot authored Dec 23, 2024
1 parent ac313ff commit 2dcc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/use-encrypted-privates.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function useEncryptedPrivates ({ me }) {
for (const key of encryptedPrivates) {
clearLocalValue(storageKey(key))
}
}, [])
}, [encryptedPrivates])

/**
* Get and decrypt signer data from vaultEntries if vault is active, or from local storage if vault is not active
Expand Down

0 comments on commit 2dcc22b

Please sign in to comment.