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

[fix] Join wizard: hide unused back button when creating a simple wallet

parent a1b4f5be
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil ...@@ -251,7 +251,7 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil
else if (formName == "saltForm") { else if (formName == "saltForm") {
behavior = { behavior = {
helpAnchor: 'join-salt', helpAnchor: 'join-salt',
hasPreviousButton: true, hasPreviousButton: $scope.accountType === 'member',
hasNextButton: true, hasNextButton: true,
focus: 'salt' focus: 'salt'
}; };
......
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