Skip to content

Commit

Permalink
fix #4103 【システム】管理画面ログイン後のリダイレクトが動作していない
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed Dec 26, 2024
1 parent b75f280 commit 92bf5e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Baser/Controller/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 92bf5e5

Please sign in to comment.