fix(client): migrate digital storage keys

This commit is contained in:
baiyanyun
2026-06-07 18:21:24 +08:00
parent fa5522e32e
commit 09d65701a3
11 changed files with 64 additions and 46 deletions

View File

@@ -111,7 +111,7 @@ export async function apiFetch<T = unknown>(
if (response.status === 401) {
clearToken();
window.dispatchEvent(new Event('zeroclaw-unauthorized'));
window.dispatchEvent(new Event('qimingclaw-digital-unauthorized'));
throw new UnauthorizedError();
}