fix conditions on login and signout option
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-02-28 22:23:23 +01:00
parent 5d7f4f4168
commit da845160b9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ login_maximum_lifetime_duration = 30d
token_rotation_interval_minutes = 10
disable_login_form = {{ not grafana_login_form_enabled | bool | lower }}
disable_signout_menu = {{ not grafana_logout_menu_enabled | bool | lower }}
disable_login_form = {{ (not grafana_login_form_enabled | bool) | lower }}
disable_signout_menu = {{ (not grafana_logout_menu_enabled | bool) | lower }}
oauth_auto_login = false
oauth_state_cookie_max_age = 600