From 3a5610daff93c59f152dbf22467d602d5c439bf7 Mon Sep 17 00:00:00 2001 From: farhanW3 Date: Thu, 18 Apr 2024 12:50:15 -0700 Subject: [PATCH] Fix for Issue 502 --- src/utils/crypto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/crypto.ts b/src/utils/crypto.ts index bf591b6d2..7b9052dd4 100644 --- a/src/utils/crypto.ts +++ b/src/utils/crypto.ts @@ -1,4 +1,5 @@ import crypto from "crypto"; +import CryptoJS from "crypto-js"; import { env } from "./env"; export const encrypt = (data: string): string => {