mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(express) quotes
This commit is contained in:
parent
3ecc3a4362
commit
457f4d296d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue