diff --git a/backend/src/lib/crypto/srp.ts b/backend/src/lib/crypto/srp.ts index 6f4588e3f..bc29cdb3f 100644 --- a/backend/src/lib/crypto/srp.ts +++ b/backend/src/lib/crypto/srp.ts @@ -2,7 +2,7 @@ import argon2 from "argon2"; import crypto from "crypto"; import jsrp from "jsrp"; import nacl from "tweetnacl"; -import * as tweetnacl from "tweetnacl-util"; +import tweetnacl from "tweetnacl-util"; import { TUserEncryptionKeys } from "@app/db/schemas";