aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/integration_show.go
diff options
context:
space:
mode:
authorGravatar Allan Reyes <allanbreyes@users.noreply.github.com>2018-05-20 13:31:56 -0700
committerGravatar Frédéric Guillot <fred@kanboard.net>2018-05-20 13:31:56 -0700
commit0f3f5e442f81d37a03618d0df5ea8f0524a24029 (patch)
treecdd430707b2eeafa436784d382e531fa699208e9 /ui/integration_show.go
parentf19ab21b7d7dcddb3de0536c272cb22d581eb8d7 (diff)
Add Pocket integration
Diffstat (limited to 'ui/integration_show.go')
-rw-r--r--ui/integration_show.go3
1 files changed, 3 insertions, 0 deletions
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)