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:
CyberMind-FR 2026-01-14 09:59:34 +01:00
parent 287e08aefc
commit de424bac68

View File

@ -84,5 +84,13 @@
"type": "view",
"path": "secubox-portal/devstatus"
}
},
"secubox-public/login": {
"title": "Connexion",
"order": 99,
"action": {
"type": "alias",
"path": "admin"
}
}
}