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

[fix] JS hint

parent 7e3ddc8d
No related branches found
No related tags found
No related merge requests found
Pipeline #2842 passed
...@@ -158,7 +158,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils, ...@@ -158,7 +158,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils,
.then(function() { .then(function() {
return { return {
pubkey: pubkey pubkey: pubkey
} };
}); });
} }
...@@ -179,7 +179,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils, ...@@ -179,7 +179,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils,
.then(function() { .then(function() {
return { return {
pubkey: pubkey pubkey: pubkey
} };
}); });
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment