feat: implement cipher decryption functionality and update related API methods

This commit is contained in:
shuaiplus
2026-04-28 00:34:52 +08:00
parent 3be6a16d90
commit aa6f9210b4
4 changed files with 175 additions and 16 deletions
+1
View File
@@ -1282,6 +1282,7 @@ export default function App() {
refetchFolders: foldersQuery.refetch,
refetchSends: sendsQuery.refetch,
onNotify: pushToast,
patchDecryptedCiphers: setDecryptedCiphers,
});
const accountSecurityActions = useAccountSecurityActions({
authedFetch,