Solved oidc template condition bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-28 13:52:44 +01:00
parent 1a7e7b3851
commit be0f813394

@ -1,7 +1,7 @@
<?php
# Implementing OICD configuration
{% if applications[application_id].oidc.flavor == "oidc_login" | bool %}
{% if applications[application_id].oidc.flavor == "oidc_login" %}
# Check out: https://github.com/pulsejet/nextcloud-oidc-login