This commit is contained in:
@@ -856,6 +856,15 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "evaluate" */ "./views/ay-evaluate.vue")
|
||||
},
|
||||
{
|
||||
//No rights - happens when customer user logs in without access to anything at all due to configuration not allowing it
|
||||
path: "/no-features-available",
|
||||
name: "no-features-available",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "ay-common" */ "./views/nofeaturesavailable.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
//404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404 404
|
||||
path: "*",
|
||||
|
||||
Reference in New Issue
Block a user