1
0
Fork 0
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:
Sébastien Blin 2020-08-29 13:21:27 -04:00
parent c02e33c261
commit 85a4cb4ddf

View file

@ -244,7 +244,7 @@ Rectangle {
inputParaObject = {}
inputParaObject["password"] = text_passwordEditAlias
ClientWrapper.accountAdaptor.createJamiAccount(
text_usernameEditAlias.text,
createAccountPage.text_usernameEditAlias,
inputParaObject,
createAccountPage.boothImgBase64,
true)