@fishawack/lab-velocity 1.5.0 → 1.5.1

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.
@@ -125,6 +125,10 @@ export function authRoutes(node, store, nested = 'auth') {
125
125
  meta: {
126
126
  guest: true,
127
127
  },
128
+ },
129
+ {
130
+ path: '/callback',
131
+ redirect: `${nested}.callback`
128
132
  }]
129
133
  }
130
134
 
@@ -59,6 +59,8 @@ const store = {
59
59
  return roles.includes('administrator') && permissions.includes('write content');
60
60
  }
61
61
 
62
+ commit("setAuth",true);
63
+
62
64
  commit("setIsSuperAdmin", isSuperAdmin(res.data.data));
63
65
  commit("setForcePasswordChange",res.data.data?.force_password_change);
64
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",