Skip to content
Snippets Groups Projects
Commit 8d96deb6 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- Join wizard : remove test values

parent 1f7dfe89
No related branches found
No related tags found
No related merge requests found
...@@ -194,12 +194,11 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod ...@@ -194,12 +194,11 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod
'join-salt' : ( $scope.slides.slider.activeIndex == 3 ? 'join-salt' : ( $scope.slides.slider.activeIndex == 3 ?
'join-password' : 'join-pseudo'); 'join-password' : 'join-pseudo');
} }
console.debug("[join] Ask to show help on " + helpAnchor);
Modals.showHelp({anchor: helpAnchor}); Modals.showHelp({anchor: helpAnchor});
}; };
// TODO: remove auto add account when done // TODO: remove auto add account when done
$timeout(function() { /*$timeout(function() {
//$scope.selectCurrency('test_net'); //$scope.selectCurrency('test_net');
//$scope.selectAccountType('member'); //$scope.selectAccountType('member');
$scope.formData.username="azertypoi"; $scope.formData.username="azertypoi";
...@@ -209,5 +208,5 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod ...@@ -209,5 +208,5 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod
$scope.formData.pseudo="azertypoi"; $scope.formData.pseudo="azertypoi";
//$scope.doNext(); //$scope.doNext();
//$scope.doNext(); //$scope.doNext();
}, 400); }, 400);*/
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment