Skip to content
Snippets Groups Projects
Commit 50ad6c50 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

connectToAccountPage: fix jams connection

Change-Id: I4863d4c5db50ea7ef52de000ad901006bec723ae
parent 77f051ce
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,9 @@ Rectangle {
WizardViewStepModel.accountCreationInfo =
JamiQmlUtils.setUpAccountCreationInputPara(
{username : usernameManagerEdit.text,
password : passwordManagerEdit.text,
manager : accountManagerEdit.text})
{username : usernameManagerEdit.dynamicText,
password : passwordManagerEdit.dynamicText,
manager : accountManagerEdit.dynamicText})
WizardViewStepModel.nextStep()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment