Merge pull request #11836 from zfox23/commerce_fixStepSkip

Fix skipping wallet setup step in certain cases
This commit is contained in:
Zach Fox 2017-11-16 16:01:10 -08:00 committed by GitHub
commit 57c86c3035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,6 @@ Item {
onWalletAuthenticatedStatusResult: {
if (isAuthenticated) {
root.activeView = "step_4";
} else {
root.activeView = "step_3";
}
}