web-manager 3.2.8 → 3.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -414,7 +414,7 @@ function Manager() {
414
414
  auth: {
415
415
  state: 'default', // required, prohibited, default
416
416
  sends: {
417
- required: '/signup/',
417
+ required: '/signup',
418
418
  prohibited: '/',
419
419
  },
420
420
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {