1
This commit is contained in:
@@ -26,7 +26,6 @@ export async function logout(): Promise<void> {
|
||||
await storage.remove(AUTH_TOKEN_KEY);
|
||||
return;
|
||||
}
|
||||
console.log("溢出")
|
||||
|
||||
window.localStorage.removeItem(AUTH_TOKEN_KEY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user