From 92bf5e544cc22e7f26786da849c20e9d6c9519df Mon Sep 17 00:00:00 2001 From: seto Date: Thu, 26 Dec 2024 14:56:51 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#4103=20=E3=80=90=E3=82=B7=E3=82=B9?= =?UTF-8?q?=E3=83=86=E3=83=A0=E3=80=91=E7=AE=A1=E7=90=86=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3=E5=BE=8C=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=80=E3=82=A4=E3=83=AC=E3=82=AF=E3=83=88=E3=81=8C=E5=8B=95?= =?UTF-8?q?=E4=BD=9C=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Baser/Controller/UsersController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Baser/Controller/UsersController.php b/lib/Baser/Controller/UsersController.php index 17bdd358d9..0b5e552ead 100755 --- a/lib/Baser/Controller/UsersController.php +++ b/lib/Baser/Controller/UsersController.php @@ -165,7 +165,6 @@ public function admin_login() // EVENT Users.afterLogin $this->dispatchEvent('afterLogin', [ 'user' => $this->BcAuth->user(), - 'loginRedirect' => $this->BcAuth->redirect(), ]); $this->redirect($this->BcAuth->redirectUrl());