fix(client): migrate digital storage keys
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user