mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
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:
committed by
GitHub
parent
6fb7fe1343
commit
c77168fa18
@@ -49,7 +49,7 @@ export function FixEncryptionKeyModal({
|
||||
|
||||
const { error } = await send('key-test', {
|
||||
password,
|
||||
fileId: cloudFileId,
|
||||
cloudFileId,
|
||||
});
|
||||
if (error) {
|
||||
setError(getTestKeyError(error));
|
||||
|
||||
Reference in New Issue
Block a user