Fix skipping wallet setup step in certain cases

This commit is contained in:
Zach Fox 2017-11-16 11:44:52 -08:00
parent 94ac8e52d5
commit 7f64ede940

View file

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