mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
remove custom middleware from SettingsSso route
This commit is contained in:
parent
976e5d1008
commit
837345899e
|
@ -576,7 +576,7 @@ export const routes: RouteRecordRaw[] = [
|
|||
settingsView: SettingsSso,
|
||||
},
|
||||
meta: {
|
||||
middleware: ['authenticated', 'rbac', 'custom'],
|
||||
middleware: ['authenticated', 'rbac'],
|
||||
middlewareOptions: {
|
||||
rbac: {
|
||||
scope: 'saml:manage',
|
||||
|
|
Loading…
Reference in a new issue