remove custom middleware from SettingsSso route

This commit is contained in:
Ricardo Espinoza 2024-09-19 10:52:35 -04:00
parent 976e5d1008
commit 837345899e
No known key found for this signature in database

View file

@ -576,7 +576,7 @@ export const routes: RouteRecordRaw[] = [
settingsView: SettingsSso,
},
meta: {
middleware: ['authenticated', 'rbac', 'custom'],
middleware: ['authenticated', 'rbac'],
middlewareOptions: {
rbac: {
scope: 'saml:manage',