mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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('email_messages');
|
||||
|
||||
js_config([
|
||||
script_vars([
|
||||
'dest_url' => session('dest_url', site_url('backend')),
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue