mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix app_ssowatconf
This commit is contained in:
parent
79fb034321
commit
2b3c368470
1 changed files with 0 additions and 4 deletions
|
@ -1306,10 +1306,6 @@ def app_ssowatconf():
|
|||
redirected_regex = {main_domain + '/yunohost[\/]?$': 'https://' + main_domain + '/yunohost/sso/'}
|
||||
redirected_urls = {}
|
||||
|
||||
def _get_setting(settings, name):
|
||||
s = settings.get(name, None)
|
||||
return s.split(',') if s else []
|
||||
|
||||
for app in _installed_apps():
|
||||
|
||||
app_settings = read_yaml(APPS_SETTING_PATH + app + '/settings.yml')
|
||||
|
|
Loading…
Add table
Reference in a new issue