mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08:00
wizardview: fix username registration when creating account
Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user