notherbase-fs 4.0.7 → 4.0.8

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.
@@ -105,6 +105,8 @@ export default class User {
105
105
 
106
106
  if (check(res, passResult, "Password doesn't match the username.")) {
107
107
  req.session.currentUser = req.body.username;
108
+ console.log(req.session.currentUser, req.body.username);
109
+
108
110
 
109
111
  success(res, "Logged in.", spirit.memory.data.username);
110
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "exports": "./notherbase-fs.js",
6
6
  "scripts": {