Formatage

This commit is contained in:
Fred Tempez 2023-06-20 20:25:19 +02:00
parent 54b858056f
commit 8c8fd91c7e
1 changed files with 35 additions and 33 deletions

View File

@ -194,7 +194,9 @@ class user extends common
]);
}
// Jeton incorrect
elseif ($this->checkCSRF()) {
elseif (
$this->checkCSRF()
) {
// Valeurs en sortie
$this->addOutput([
'redirect' => helper::baseUrl() . 'user',