mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The <img src> tag cannot send Authorization headers, so thumbnail requests returned 401 and browsers displayed the alt text (filename) instead of the image. Replaced with AuthImage component that fetches via fetch() with proper auth headers and renders blob URLs.