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

[fix] Android: certification not working - fix #743

parent 712be7d4
No related branches found
No related tags found
No related merge requests found
Pipeline #3227 passed
...@@ -646,7 +646,7 @@ function WotLookupModalController($scope, $controller, $focus, parameters){ ...@@ -646,7 +646,7 @@ function WotLookupModalController($scope, $controller, $focus, parameters){
* @param csWallet * @param csWallet
* @constructor * @constructor
*/ */
function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $ionicHistory, function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $ionicHistory, $q,
UIUtils, Modals, csConfig, csCurrency, csWot, csWallet) { UIUtils, Modals, csConfig, csCurrency, csWot, csWallet) {
'ngInject'; 'ngInject';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment