Add key management page

This commit is contained in:
2021-03-30 18:16:01 +01:00
parent 99779c9053
commit 2bc07d8ca0
4 changed files with 123 additions and 0 deletions

View File

@@ -370,6 +370,12 @@ return [
'url' => '/admin/devtools',
'can' => 'admin.developertools.use',
],
[
'text' => 'API Keys',
'icon' => 'fas fa-user-shield',
'can' => 'admin.settings.view',
'route' => 'adminKeys'
]
],
],
[