diff --git a/core/module/user/user.php b/core/module/user/user.php index c05bb350..592d76d8 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -427,7 +427,6 @@ class user extends common { // Valeurs en sortie $this->addOutput([ 'notification' => 'Connexion réussie', - //'redirect' => helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))), 'redirect' => helper::baseUrl(), 'state' => true ]);