diff --git a/lib/server/express.js b/lib/server/express.js index 54becf4e..ab6e1a68 100644 --- a/lib/server/express.js +++ b/lib/server/express.js @@ -49,7 +49,7 @@ function initAuth() { basic = httpAuth.basic({ - realm: "Cloud Commander" + realm: 'Cloud Commander' }, function (username, password, callback) { // Custom authentication method. var hash, config = main.config,