Fix credentials UI

This commit is contained in:
LukeGus
2025-09-28 01:06:44 -05:00
parent bc8aa69099
commit a79b640914
14 changed files with 343 additions and 328 deletions

View File

@@ -617,9 +617,6 @@ export const Terminal = forwardRef<any, SSHTerminalProps>(function SSHTerminal(
const jwtToken = getCookie("jwt");
if (!jwtToken || jwtToken.trim() === "") {
console.warn(
"WebSocket connection delayed - no authentication token",
);
setIsConnected(false);
setIsConnecting(false);
setConnectionError("Authentication required");