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

wizardview: fix username registration when creating account

Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
parent c02e33c2
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ Rectangle { ...@@ -244,7 +244,7 @@ Rectangle {
inputParaObject = {} inputParaObject = {}
inputParaObject["password"] = text_passwordEditAlias inputParaObject["password"] = text_passwordEditAlias
ClientWrapper.accountAdaptor.createJamiAccount( ClientWrapper.accountAdaptor.createJamiAccount(
text_usernameEditAlias.text, createAccountPage.text_usernameEditAlias,
inputParaObject, inputParaObject,
createAccountPage.boothImgBase64, createAccountPage.boothImgBase64,
true) true)
......
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