correction encore

This commit is contained in:
Yass 2026-02-25 15:39:15 +01:00
parent 3e8a0926d3
commit 883aff976f
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ class UserCtrl extends MotherCtrl {
}
}
$this->_arrData['arrError'] = $arrError;
$this->_display("signup");
$this->_display("login");
}
@ -169,7 +169,7 @@ class UserCtrl extends MotherCtrl {
// Affichage de la vue inscription
$this->_arrData['objUser'] = $objUser;
$this->_arrData['arrError'] = $arrError;
$this->_display("signup");
$this->_display("signin");
}