From 911cec337e7e2f0ba21655295982133a14387fe0 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Tue, 17 Mar 2026 09:09:03 +0800 Subject: [PATCH] feat: remove unused deriveLoginHash import and use deriveLoginHashLocally instead --- webapp/src/lib/app-auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/lib/app-auth.ts b/webapp/src/lib/app-auth.ts index 4e723e9..0b0b0af 100644 --- a/webapp/src/lib/app-auth.ts +++ b/webapp/src/lib/app-auth.ts @@ -1,6 +1,5 @@ import { createAuthedFetch, - deriveLoginHash, deriveLoginHashLocally, getProfile, loadSession,