...
|
...
|
@@ -107,6 +107,8 @@ class Index extends Backend |
|
|
$this->view->assign('background', $background);
|
|
|
$this->view->assign('title', __('Login'));
|
|
|
Hook::listen("admin_login_init", $this->request);
|
|
|
|
|
|
dump(session('token'));
|
|
|
return $this->view->fetch();
|
|
|
}
|
|
|
|
...
|
...
|
|