From 0f3f5e442f81d37a03618d0df5ea8f0524a24029 Mon Sep 17 00:00:00 2001 From: Allan Reyes Date: Sun, 20 May 2018 13:31:56 -0700 Subject: Add Pocket integration --- ui/integration_show.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/integration_show.go') diff --git a/ui/integration_show.go b/ui/integration_show.go index 703f610..d368d85 100644 --- a/ui/integration_show.go +++ b/ui/integration_show.go @@ -50,6 +50,9 @@ func (c *Controller) ShowIntegrations(w http.ResponseWriter, r *http.Request) { NunuxKeeperEnabled: integration.NunuxKeeperEnabled, NunuxKeeperURL: integration.NunuxKeeperURL, NunuxKeeperAPIKey: integration.NunuxKeeperAPIKey, + PocketEnabled: integration.PocketEnabled, + PocketAccessToken: integration.PocketAccessToken, + PocketConsumerKey: integration.PocketConsumerKey, } sess := session.New(c.store, ctx) -- cgit v1.2.3