This commit is contained in:
Philippe Caseiro 2022-06-30 16:23:11 +02:00
parent 824425f661
commit 9b7a1b731b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%{ if .Vars.AuthEnabled ~}
%{ if Vars.AuthEnabled ~}
auth_enabled: true
%{ else }
auth_enabled: false
%{ endif }
%{ endif }