aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/integration_show.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/integration_show.go')
-rw-r--r--ui/integration_show.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/integration_show.go b/ui/integration_show.go
index 31d374f..b3dc6d9 100644
--- a/ui/integration_show.go
+++ b/ui/integration_show.go
@@ -63,5 +63,5 @@ func (c *Controller) ShowIntegrations(w http.ResponseWriter, r *http.Request) {
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
view.Set("hasPocketConsumerKeyConfigured", c.cfg.PocketConsumerKey("") != "")
- html.OK(w, view.Render("integrations"))
+ html.OK(w, r, view.Render("integrations"))
}