Lukas 2e5ac092bf 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-22 20:47:57 +02:00
2026-05-22 20:38:33 +02:00
2026-05-15 20:41:05 +02:00
2026-05-10 08:48:42 +02:00
2026-05-04 07:20:20 +02:00
2026-05-10 08:48:42 +02:00
2026-05-05 18:47:56 +02:00
Description
No description provided
11 MiB
Languages
Python 61.2%
TypeScript 24.9%
HTML 8.4%
Markdown 2.5%
Roff 0.9%
Other 2%