diff --git a/api/watchlist/handler.go b/api/watchlist/handler.go index e3373f6..c5df46c 100644 --- a/api/watchlist/handler.go +++ b/api/watchlist/handler.go @@ -138,6 +138,7 @@ func (h *Handler) HandleGetWatchlist(w http.ResponseWriter, r *http.Request) { } data := map[string]any{ + "User": user, "CurrentPath": r.URL.Path, "WatchlistByStatus": watchlistByStatus, "AllEntries": allEntries,