fix(auth): update md5 import syntax for consistency

This commit is contained in:
Soulter
2026-04-04 16:44:35 +08:00
parent 5c27cf1b30
commit a64d4e7e6e

View File

@@ -1,4 +1,4 @@
import md5 from 'js-md5';
import { md5 } from 'js-md5';
export type LoginChallenge = {
challenge_id: string;