feat: support oidc restriction management in the settings

This commit is contained in:
Aarnav Tale
2025-04-05 18:49:55 -04:00
parent 3a5ab68432
commit 169a7b14d0
10 changed files with 638 additions and 7 deletions
+1
View File
@@ -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'),
]),
]),