diff --git a/src/wizardview/components/CreateAccountPage.qml b/src/wizardview/components/CreateAccountPage.qml index 8a673706..49c3ca6a 100644 --- a/src/wizardview/components/CreateAccountPage.qml +++ b/src/wizardview/components/CreateAccountPage.qml @@ -209,8 +209,11 @@ Rectangle { pressedColor: JamiTheme.buttonTintedGreyPressed outlined: true - onClicked: createAccountStack.currentIndex = - createAccountStack.currentIndex + 1 + onClicked: { + usernameEdit.clear() + createAccountStack.currentIndex = + createAccountStack.currentIndex + 1 + } } AccountCreationStepIndicator {