forked from mirrors/easyappointments
Set the "dest_url" js config
This commit is contained in:
parent
e8a1976521
commit
12e4eebd1f
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ 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([
|
||||||
|
'dest_url' => session('dest_url', site_url('backend')),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue