Files
BanGUI/frontend
Lukas ee0fe9c695 fix(auth): suppress misleading 502 warning during session validation
A 502 Bad Gateway is a server/gateway error, not a network error.
Logging it as a 'Session validation network error' is noisy and
misleading during startup when nginx is temporarily unreachable.

Silently skip the console.warn for 5xx errors in handleValidationError
while keeping the warning for actual network errors.
2026-05-24 22:05:34 +02:00
..
2026-05-10 08:48:42 +02:00
2026-05-05 18:47:56 +02:00
2026-05-24 22:05:34 +02:00