We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47bdb4d + ca74612 commit 86e8680Copy full SHA for 86e8680
1 file changed
src/components/common/NoticeCards.jsx
@@ -32,7 +32,8 @@ function NoticeCards(props) {
32
}, [myShares])
33
34
const isEncryptionUpdate = useMemo(() => {
35
- return userInfo.kdf === global.constants.CORE_JS_INFO.KDF && userInfo.kdf_iterations < global.constants.CORE_JS_INFO.KDF_ITERATIONS && userInfo.kdf_version >= 1
+ // return userInfo.kdf === global.constants.CORE_JS_INFO.KDF && userInfo.kdf_iterations < global.constants.CORE_JS_INFO.KDF_ITERATIONS && userInfo.kdf_version >= 1
36
+ return false
37
}, [userInfo])
38
39
useEffect(() => {
0 commit comments