@fishawack/lab-velocity 2.0.0-beta.52 → 2.0.0-beta.53

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.
@@ -79,7 +79,7 @@ export default {
79
79
  email: this.$route.query.email ?? "",
80
80
  password: "",
81
81
  device_name: "Mobile device",
82
- remember: true,
82
+ remember: false, // (DISABLE REMEMBER UNTIL SUBDOMAIN ISSUE RESOLVED FOR ALL .avh-det.com & .avalereheatlth.com domains
83
83
  },
84
84
  { resetOnSuccess: false },
85
85
  ),
@@ -70,7 +70,7 @@ export default {
70
70
  {
71
71
  email: "",
72
72
  device_name: "Mobile device",
73
- remember: true,
73
+ remember: false, // (DISABLE REMEMBER UNTIL SUBDOMAIN ISSUE RESOLVED FOR ALL .avh-det.com & .avalereheatlth.com domains
74
74
  },
75
75
  { resetOnSuccess: false },
76
76
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "2.0.0-beta.52",
3
+ "version": "2.0.0-beta.53",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",