@rpcbase/server 0.233.0 → 0.234.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/auth/sign_up.js +1 -1
- package/src/sessions/index.js +1 -1
package/package.json
CHANGED
package/src/auth/sign_up.js
CHANGED
package/src/sessions/index.js
CHANGED
|
@@ -13,7 +13,7 @@ module.exports = (app) => {
|
|
|
13
13
|
const session_store_middleware = require("./session_store_middleware")
|
|
14
14
|
app.use(session_store_middleware)
|
|
15
15
|
} else {
|
|
16
|
-
console.log("using", pc.bold(pc.red("REVERSE-PROXY SESSIONS")), "if you want to use the session store, start with the --sessions argument")
|
|
16
|
+
console.log("using", pc.bold(pc.red("REVERSE-PROXY SESSIONS!")), "if you want to use the session store, start with the --sessions argument")
|
|
17
17
|
|
|
18
18
|
// warn the user
|
|
19
19
|
if (is_development) {
|