web-manager 3.0.9 → 3.0.10

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 +2 -2
package/index.js CHANGED
@@ -498,7 +498,7 @@ function Manager() {
498
498
  auth: {
499
499
  state: 'default', // required, prohibited, default
500
500
  sends: {
501
- required: (tempUrl + '/signup/'),
501
+ required: (tempUrl + '/authentication/signup/'),
502
502
  prohibited: (tempUrl + '/')
503
503
  }
504
504
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
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": {
@@ -28,4 +28,4 @@
28
28
  "firebase": "^8.10.1",
29
29
  "lazysizes": "^5.3.2"
30
30
  }
31
- }
31
+ }