summaryrefslogtreecommitdiffstats
path: root/app/oauth.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/oauth.go')
-rw-r--r--app/oauth.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/oauth.go b/app/oauth.go
index 4bc84272b..e2d389569 100644
--- a/app/oauth.go
+++ b/app/oauth.go
@@ -62,6 +62,8 @@ func DeleteOAuthApp(appId string) *model.AppError {
return err
}
+ InvalidateAllCaches()
+
return nil
}