mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
return empty string for decrypt fuction
This commit is contained in:
@@ -206,7 +206,7 @@ export const decryptSecret = (decryptKey: string, encSecret: TSecrets) => {
|
||||
tag: encSecret.secretCommentTag,
|
||||
iv: encSecret.secretCommentIV
|
||||
})
|
||||
: null;
|
||||
: "";
|
||||
|
||||
return {
|
||||
key: secretKey,
|
||||
|
||||
Reference in New Issue
Block a user