mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-22 01:56:26 +02:00
Solved oidc template condition bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
# Implementing OICD configuration
|
# 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
|
# Check out: https://github.com/pulsejet/nextcloud-oidc-login
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user