return empty string for decrypt fuction

This commit is contained in:
Maidul Islam
2024-02-20 11:35:06 -05:00
parent 2996efe9d5
commit b4db06c763

View File

@@ -206,7 +206,7 @@ export const decryptSecret = (decryptKey: string, encSecret: TSecrets) => {
tag: encSecret.secretCommentTag,
iv: encSecret.secretCommentIV
})
: null;
: "";
return {
key: secretKey,