diff options
Diffstat (limited to 'features/Login.qml')
-rw-r--r-- | features/Login.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/Login.qml b/features/Login.qml index 9913ecc..67239cb 100644 --- a/features/Login.qml +++ b/features/Login.qml @@ -6,7 +6,7 @@ import QtQuick.Layouts 1.12 LoginForm { continueButton.onClicked: { - stackView.push("EnterPasswordForm.ui.qml") + contentView.push("EnterPasswordForm.ui.qml") } } |