mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 00:36:35 +08:00
wizardview: fix username registration when creating account
Change-Id: I4ee435166e5866c3a0323b1783f591964c8c93f2
This commit is contained in:
@@ -244,7 +244,7 @@ Rectangle {
|
||||
inputParaObject = {}
|
||||
inputParaObject["password"] = text_passwordEditAlias
|
||||
ClientWrapper.accountAdaptor.createJamiAccount(
|
||||
text_usernameEditAlias.text,
|
||||
createAccountPage.text_usernameEditAlias,
|
||||
inputParaObject,
|
||||
createAccountPage.boothImgBase64,
|
||||
true)
|
||||
|
||||
Reference in New Issue
Block a user