Skip to content

Commit 3a5610d

Browse files
committed
Fix for Issue 502
1 parent 9fa8236 commit 3a5610d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/crypto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import crypto from "crypto";
2+
import CryptoJS from "crypto-js";
23
import { env } from "./env";
34

45
export const encrypt = (data: string): string => {

0 commit comments

Comments
 (0)