diff options
Diffstat (limited to 'integrations/templates/overview.md')
-rw-r--r-- | integrations/templates/overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integrations/templates/overview.md b/integrations/templates/overview.md index b89e51543..3063b6860 100644 --- a/integrations/templates/overview.md +++ b/integrations/templates/overview.md @@ -4,4 +4,6 @@ [% include 'overview/exporter.md' %] [% elif entry.integration_type == 'notification' %] [% include 'overview/notification.md' %] +[% elif entry.integration_type == 'authentication' %] +[% include 'overview/authentication.md' %] [% endif %] |