mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-17 21:26:01 +02:00
wizardview: fix username registration when creating account
Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
This commit is contained in:
parent
c02e33c261
commit
85a4cb4ddf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue