1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-18 05:10:50 +01:00

fix #418: allow non admin user to access their settings

This commit is contained in:
Simon Vieille 2025-04-29 19:21:17 +02:00
parent 95e4ef136e
commit f9aa59ca04
No known key found for this signature in database
GPG key ID: 579388D585F70417

View file

@ -98,6 +98,7 @@ class PersonalSettingController extends Controller
}
#[NoCSRFRequired]
#[NoAdminRequired]
#[FrontpageRoute(verb: 'GET', url: '/user/config')]
public function configuration(): JSONResponse
{