diff --git a/dashboard/src/utils/authLoginProof.ts b/dashboard/src/utils/authLoginProof.ts index e26adb9e8..80e765739 100644 --- a/dashboard/src/utils/authLoginProof.ts +++ b/dashboard/src/utils/authLoginProof.ts @@ -1,4 +1,4 @@ -import md5 from 'js-md5'; +import { md5 } from 'js-md5'; export type LoginChallenge = { challenge_id: string;