diff options
Diffstat (limited to 'internal/ui/integration_show.go')
-rw-r--r-- | internal/ui/integration_show.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index d27ce412..813a11e1 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -93,6 +93,9 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { WebhookSecret: integration.WebhookSecret, RSSBridgeEnabled: integration.RSSBridgeEnabled, RSSBridgeURL: integration.RSSBridgeURL, + OmnivoreEnabled: integration.OmnivoreEnabled, + OmnivoreAPIKey: integration.OmnivoreAPIKey, + OmnivoreURL: integration.OmnivoreURL, } sess := session.New(h.store, request.SessionID(r)) |