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.
1 parent d6dcc8a commit ca74612Copy full SHA for ca74612
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