mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: implement cipher decryption functionality and update related API methods
This commit is contained in:
@@ -1282,6 +1282,7 @@ export default function App() {
|
||||
refetchFolders: foldersQuery.refetch,
|
||||
refetchSends: sendsQuery.refetch,
|
||||
onNotify: pushToast,
|
||||
patchDecryptedCiphers: setDecryptedCiphers,
|
||||
});
|
||||
const accountSecurityActions = useAccountSecurityActions({
|
||||
authedFetch,
|
||||
|
||||
Reference in New Issue
Block a user