Update srp.ts

This commit is contained in:
Daniel Hougaard
2024-02-22 07:01:03 +01:00
parent 52cfa1ba39
commit 31cc3ece0c

View File

@@ -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";