Skip to content

Commit

Permalink
Update srp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Feb 22, 2024
1 parent 52cfa1b commit 31cc3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/lib/crypto/srp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 31cc3ec

Please sign in to comment.