mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ssowatconf: change auth_header from None to false
This commit is contained in:
parent
c8183188ed
commit
4f7fa32f34
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue