mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Add e2e user invite test suite (no-changelog) (#5412)
This commit is contained in:
@@ -35,7 +35,7 @@ import { EnterpriseEditionFeature, VIEWS } from './constants';
|
||||
import { useSettingsStore } from './stores/settings';
|
||||
import { useTemplatesStore } from './stores/templates';
|
||||
import SettingsUsageAndPlanVue from './views/SettingsUsageAndPlan.vue';
|
||||
import { useUsersStore } from '@/stores/users';
|
||||
import SignoutView from '@/views/SignoutView.vue';
|
||||
|
||||
Vue.use(Router);
|
||||
|
||||
@@ -368,6 +368,23 @@ const router = new Router({
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/signout',
|
||||
name: VIEWS.SIGNOUT,
|
||||
components: {
|
||||
default: SignoutView,
|
||||
},
|
||||
meta: {
|
||||
telemetry: {
|
||||
pageCategory: 'auth',
|
||||
},
|
||||
permissions: {
|
||||
allow: {
|
||||
loginStatus: [LOGIN_STATUS.LoggedIn],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/setup',
|
||||
name: VIEWS.SETUP,
|
||||
|
||||
Reference in New Issue
Block a user