Updated Login to use the script_vars helper function
This commit is contained in:
parent
a40bd3f6c6
commit
16cea9e6a9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Login extends EA_Controller {
|
||||||
$this->load->library('accounts');
|
$this->load->library('accounts');
|
||||||
$this->load->library('email_messages');
|
$this->load->library('email_messages');
|
||||||
|
|
||||||
js_config([
|
script_vars([
|
||||||
'dest_url' => session('dest_url', site_url('backend')),
|
'dest_url' => session('dest_url', site_url('backend')),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue