summaryrefslogtreecommitdiffstats
path: root/routers/web/org/setting_secrets.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/org/setting_secrets.go')
-rw-r--r--routers/web/org/setting_secrets.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/web/org/setting_secrets.go b/routers/web/org/setting_secrets.go
index 1cdbe35f32..580a14015b 100644
--- a/routers/web/org/setting_secrets.go
+++ b/routers/web/org/setting_secrets.go
@@ -43,6 +43,8 @@ func SecretsPost(ctx *context.Context) {
func SecretsDelete(ctx *context.Context) {
shared.PerformSecretsDelete(
ctx,
+ ctx.ContextUser.ID,
+ 0,
ctx.Org.OrgLink+"/settings/secrets",
)
}