Skip to content

Commit a64d4e7

Browse files
committed
fix(auth): update md5 import syntax for consistency
1 parent 5c27cf1 commit a64d4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/src/utils/authLoginProof.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import md5 from 'js-md5';
1+
import { md5 } from 'js-md5';
22

33
export type LoginChallenge = {
44
challenge_id: string;

0 commit comments

Comments
 (0)