fix: correct localStorage key for WebSocket auth token
The WebSocket code in logs.ts was reading from 'token' instead of 'charon_auth_token', causing all WebSocket connections to fail authentication with 401 errors. This resulted in the Security Dashboard Live Log Viewer showing "Disconnected" with rapid connect/disconnect cycling. - Changed localStorage key from 'token' to 'charon_auth_token' - Both connectLiveLogs and connectSecurityLogs functions updated
This commit is contained in:
+164
-1672
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user