Fix session persistence after logout - clear localStorage
这个提交包含在:
+1
-1
@@ -61,7 +61,7 @@ document.getElementById('loginForm').addEventListener('submit', async (e) => {
|
||||
|
||||
// Logout
|
||||
document.getElementById('logoutBtn').addEventListener('click', () => {
|
||||
sessionId = null;
|
||||
localStorage.removeItem('session_id');
|
||||
location.reload();
|
||||
});
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户