mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
fix "false" value to "none" in select field
This commit is contained in:
parent
924b976afb
commit
1347933e01
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ then
|
|||
fi
|
||||
if [ -z "$registrations_require_3pid" ]
|
||||
then
|
||||
registrations_require_3pid="email"
|
||||
registrations_require_3pid="none"
|
||||
ynh_app_setting_set --app=$app --key=registrations_require_3pid --value=$registrations_require_3pid
|
||||
fi
|
||||
if [ -z "$allowed_local_3pids_email" ]
|
||||
|
|
Loading…
Reference in a new issue