diff --git a/www/js/controllers/home-controllers.js b/www/js/controllers/home-controllers.js
index 4f2a2c36e200b1c24f9b6a1c94c5bdb0d219b39d..7bcb615d76f6b88bde2486bb1f60245236be302e 100644
--- a/www/js/controllers/home-controllers.js
+++ b/www/js/controllers/home-controllers.js
@@ -160,6 +160,9 @@ function NewAccountWizardController($scope, $ionicModal, $state, $ionicSideMenuD
       Wallet.login($scope.accountData.username, $scope.accountData.password)
         .then(function() {
           if (!$scope.accountData.isMember) {
+            // Reset account data, and open wallet view
+            $scope.cancel();
+            $state.go('app.view_wallet');
             return;
           }