Figured out auth & middlewares

This commit is contained in:
Julien Nahum
2023-12-16 19:21:03 +01:00
parent be891b0615
commit 7c2db2052a
38 changed files with 4862 additions and 1189 deletions

View File

@@ -168,7 +168,7 @@ export default {
return null
},
workspace () {
return this.workspacesStore.getCurrent()
return this.workspacesStore.getCurrent
},
paidPlansEnabled () {
return this.config.paid_plans_enabled

View File

@@ -69,7 +69,7 @@ export default {
computed: {
workspace () {
return this.workspacesStore.getCurrent()
return this.workspacesStore.getCurrent
}
},