ssowatconf: change auth_header from None to false

This commit is contained in:
Kayou 2024-07-11 11:09:42 +02:00 committed by GitHub
parent c8183188ed
commit 4f7fa32f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1694,7 +1694,7 @@ def app_ssowatconf():
else:
auth_header = "basic-without-password"
else:
auth_header = None
auth_header = False
permissions[perm_name] = {
"users": perm_info["corresponding_users"],