mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-13 03:55:23 +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["password"] = text_passwordEditAlias
|
||||
ClientWrapper.accountAdaptor.createJamiAccount(
|
||||
text_usernameEditAlias.text,
|
||||
createAccountPage.text_usernameEditAlias,
|
||||
inputParaObject,
|
||||
createAccountPage.boothImgBase64,
|
||||
true)
|
||||
|
|
Loading…
Add table
Reference in a new issue