From 9c9a8309a31eda9ad769043253b0336fe576ba3a Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 1 Apr 2019 21:18:50 +0200
Subject: [PATCH] fix Js Hint

---
 www/js/services/crypto-services.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/js/services/crypto-services.js b/www/js/services/crypto-services.js
index 6d78bff70..47ec1f574 100644
--- a/www/js/services/crypto-services.js
+++ b/www/js/services/crypto-services.js
@@ -1414,7 +1414,7 @@ angular.module('cesium.crypto.services', ['cesium.utils.services'])
               subTitle: 'ACCOUNT.SECURITY.KEYFILE.PASSWORD_POPUP.HELP',
               error: options.error,
               scope: options.scope
-            })
+            });
           })
           .then(function(password) {
             // Timeout is need to force popup to be hide
-- 
GitLab