System Settings UI + code cleanup
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libs/internalAuth.js
deleted
100644 → 0
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"auto-load": "^2.1.0", | "auto-load": "^2.1.0", | ||
"axios": "^0.15.3", | |||
"bcryptjs-then": "^1.0.1", | "bcryptjs-then": "^1.0.1", | ||
"bluebird": "^3.4.7", | "bluebird": "^3.4.7", | ||
"body-parser": "^1.15.2", | "body-parser": "^1.15.2", | ||
... | @@ -156,8 +157,7 @@ | ... | @@ -156,8 +157,7 @@ |
"CORE_PATH", | "CORE_PATH", | ||
"ROOTPATH", | "ROOTPATH", | ||
"IS_DEBUG", | "IS_DEBUG", | ||
"PROCNAME", | "PROCNAME" | ||
"WSInternalKey" | |||
], | ], | ||
"ignore": [ | "ignore": [ | ||
"assets/**/*", | "assets/**/*", | ||
... | ... |
Please
register
or
sign in
to comment