Solved OAuth2 Bug

This commit is contained in:
2025-07-08 14:03:51 +02:00
parent 36ff93e64e
commit 9cbd2d4f4b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ services:
{% include 'roles/docker-redis/templates/service.yml.j2' %}
{% endif %}
{# Load OAuth2 Proxy #}
{% if not applications | is_feature_enabled('oauth2',application_id) %}
{% if applications | is_feature_enabled('oauth2',application_id) %}
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
{% endif %}
{{ "\n" }}