Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Mc Nicoll
946281c884 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-02-08 16:36:57 +00:00
Dave Mc Nicoll
977aef1b26 - Minor fixes 2023-02-08 16:36:16 +00:00

@ -31,6 +31,8 @@ return [
'app.errorhandler.html' => function($c, Picea $picea) {
return function(\Throwable $exception) use ($picea) {
error_log($exception->getMessage());
return new HtmlResponse($picea->renderHtml('lean/error/500', [
'title' => "Une erreur s'est produite lors de l'exécution du script.",
'subtitle' => "Êtes-vous connecté avec le bon compte ?",