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

[fix] fix issue #591

parent 95835d62
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil
};
// TODO: remove auto add account when done
$timeout(function() {
/*$timeout(function() {
//$scope.selectCurrency('g1');
//$scope.selectAccountType('member');
$scope.formData.username="azertypoi";
......@@ -489,6 +489,6 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil
$scope.formData.pseudo="azertypoi";
//$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