feat(secubox-portal): Add login link to public menu
Adds "Connexion" link at the end of the public menu to redirect to the admin authentication page. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
287e08aefc
commit
de424bac68
@ -84,5 +84,13 @@
|
||||
"type": "view",
|
||||
"path": "secubox-portal/devstatus"
|
||||
}
|
||||
},
|
||||
"secubox-public/login": {
|
||||
"title": "Connexion",
|
||||
"order": 99,
|
||||
"action": {
|
||||
"type": "alias",
|
||||
"path": "admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user