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

fix Js Hint

parent 0d2eb765
No related branches found
No related tags found
No related merge requests found
...@@ -1414,7 +1414,7 @@ angular.module('cesium.crypto.services', ['cesium.utils.services']) ...@@ -1414,7 +1414,7 @@ angular.module('cesium.crypto.services', ['cesium.utils.services'])
subTitle: 'ACCOUNT.SECURITY.KEYFILE.PASSWORD_POPUP.HELP', subTitle: 'ACCOUNT.SECURITY.KEYFILE.PASSWORD_POPUP.HELP',
error: options.error, error: options.error,
scope: options.scope scope: options.scope
}) });
}) })
.then(function(password) { .then(function(password) {
// Timeout is need to force popup to be hide // Timeout is need to force popup to be hide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment