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

[fix] Fix button "New certification" in page " My Account > Certifications"

parent 3c636d23
No related branches found
No related tags found
No related merge requests found
......@@ -860,7 +860,7 @@ function HelpTipController($scope, $state, $window, $ionicSideMenuDelegate, $tim
];
return csCurrency.parameters().then(function(parameters) {
contentParams = parameterss;
contentParams = parameters;
return $scope.executeStep('certs', steps, startIndex);
});
};
......
......@@ -685,7 +685,7 @@ function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $
$scope.selectAndCertify = function() {
// Need user auth - fix #513
return $scope.auth({minData: true})
return csWallet.auth({minData: true})
.then(function(walletData) {
if (!csCurrency.data.initPhase && !walletData.isMember) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment