diff --git a/interface/resources/qml/hifi/commerce/wallet/WalletSetup.qml b/interface/resources/qml/hifi/commerce/wallet/WalletSetup.qml index 99fe933bd6..1a62fe6f0d 100644 --- a/interface/resources/qml/hifi/commerce/wallet/WalletSetup.qml +++ b/interface/resources/qml/hifi/commerce/wallet/WalletSetup.qml @@ -53,8 +53,6 @@ Item { onWalletAuthenticatedStatusResult: { if (isAuthenticated) { root.activeView = "step_4"; - } else { - root.activeView = "step_3"; } }