diff --git a/backend/src/lib/crypto/encryption.ts b/backend/src/lib/crypto/encryption.ts index 938db632c..ef1a7afe0 100644 --- a/backend/src/lib/crypto/encryption.ts +++ b/backend/src/lib/crypto/encryption.ts @@ -1,6 +1,6 @@ import crypto from "node:crypto"; -import * as argon2 from "argon2"; +import argon2 from "argon2"; import nacl from "tweetnacl"; import naclUtils from "tweetnacl-util";