Skip to content

Commit ceed85c

Browse files
authored
fix #4103 【システム】管理画面ログイン後のリダイレクトが動作していない (#4107)
1 parent 6ba23d5 commit ceed85c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Baser/Controller/UsersController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public function admin_login()
165165
// EVENT Users.afterLogin
166166
$this->dispatchEvent('afterLogin', [
167167
'user' => $this->BcAuth->user(),
168-
'loginRedirect' => $this->BcAuth->redirect(),
169168
]);
170169

171170
$this->redirect($this->BcAuth->redirectUrl());

0 commit comments

Comments
 (0)