mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
Fix Account_creator activate_email
This commit is contained in:
parent
cf72d47785
commit
27a73401e8
1 changed files with 1 additions and 1 deletions
|
|
@ -817,7 +817,7 @@ LinphoneAccountCreatorStatus linphone_account_creator_activate_account_linphone(
|
|||
|
||||
LinphoneAccountCreatorStatus linphone_account_creator_activate_email_account_linphone(LinphoneAccountCreator *creator) {
|
||||
LinphoneXmlRpcRequest *request;
|
||||
if (!creator->activation_code) {
|
||||
if (!creator->activation_code || !creator->username) {
|
||||
if (creator->cbs->is_account_activated_response_cb != NULL) {
|
||||
creator->cbs->is_account_activated_response_cb(creator, LinphoneAccountCreatorStatusMissingArguments, "Missing required parameters");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue