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
commit f9aa59ca04
Signed by: deblan
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
{