From 3c6f82e434df7a9c8dd64d0b06c527f1eb7290d0 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 27 Aug 2018 12:07:59 +0200
Subject: [PATCH] [fix] JS hint

---
 www/js/controllers/login-controllers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/js/controllers/login-controllers.js b/www/js/controllers/login-controllers.js
index a5f7e98f9..9558054db 100644
--- a/www/js/controllers/login-controllers.js
+++ b/www/js/controllers/login-controllers.js
@@ -158,7 +158,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils,
           .then(function() {
             return {
               pubkey: pubkey
-            }
+            };
           });
       }
 
@@ -179,7 +179,7 @@ function LoginModalController($scope, $timeout, $q, $ionicPopover, CryptoUtils,
               .then(function() {
                 return {
                   pubkey: pubkey
-                }
+                };
               });
           }
         }
-- 
GitLab