Extract encryption related server handlers from main.ts to server/encryption/app.ts (#4662)

* Extract encryption related server handlers from main.ts to server/encryption/app.ts

* Release notes
This commit is contained in:
Joel Jeremy Marquez
2025-04-08 09:12:11 -07:00
committed by GitHub
parent 6fb7fe1343
commit c77168fa18
13 changed files with 537 additions and 104 deletions

View File

@@ -49,7 +49,7 @@ export function FixEncryptionKeyModal({
const { error } = await send('key-test', {
password,
fileId: cloudFileId,
cloudFileId,
});
if (error) {
setError(getTestKeyError(error));