Skip to content

Commit

Permalink
Merge pull request #709 from nature-heart-software/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
Wurielle authored Oct 12, 2024
2 parents 55f4b8b + 0bd8091 commit 569940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/utils/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const decrypt = (valueToDecrypt: string) => {
valueToDecrypt,
import.meta.env.VITE_APP_ENCRYPTION_KEY || '',
)
bytes.toString(CryptoJS.enc.Utf8)
result = bytes.toString(CryptoJS.enc.Utf8)
} catch (e) {
console.warn('Could not decrypt value.')
}
Expand Down

0 comments on commit 569940a

Please sign in to comment.