From 7f64ede94034ee2d6b57e1144bfa1962484199bc Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 16 Nov 2017 11:44:52 -0800 Subject: [PATCH] Fix skipping wallet setup step in certain cases --- interface/resources/qml/hifi/commerce/wallet/WalletSetup.qml | 2 -- 1 file changed, 2 deletions(-) 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"; } }