mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
default value for third party server to send confirmation code by SMS.
This commit is contained in:
parent
bc753b37c4
commit
b8379fe2e0
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ then
|
|||
fi
|
||||
if [ -z "$account_threepid_delegates_msisdn" ]
|
||||
then
|
||||
account_threepid_delegates_msisdn="#email:"
|
||||
account_threepid_delegates_msisdn=""
|
||||
ynh_app_setting_set --app=$app --key=account_threepid_delegates_msisdn --value=$account_threepid_delegates_msisdn
|
||||
fi
|
||||
if [ -z "$allow_guest_access" ]
|
||||
|
|
Loading…
Reference in a new issue