diff --git a/src/wizardview/components/CreateAccountPage.qml b/src/wizardview/components/CreateAccountPage.qml index 8a6737062f6f6b6fa545b0b52101ef779bdc7b48..49c3ca6aa3c2bf77cb330c0d264341b0714a34f3 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 {