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.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)