feat: support oidc restriction management in the settings
This commit is contained in:
parent
3a5ab68432
commit
169a7b14d0
10 changed files with 638 additions and 7 deletions
|
|
@ -29,6 +29,7 @@ export default [
|
|||
...prefix('/settings', [
|
||||
index('routes/settings/overview.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys.tsx'),
|
||||
route('/restrictions', 'routes/settings/pages/restrictions.tsx'),
|
||||
// route('/local-agent', 'routes/settings/local-agent.tsx'),
|
||||
]),
|
||||
]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue