forked from mirrors/easyappointments
The recovery page must link to the new login URL
This commit is contained in:
parent
436c49319c
commit
a01acc5773
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-content-between align-items-center mb-5">
|
<div class="d-flex justify-content-between align-items-center mb-5">
|
||||||
<a href="<?= site_url('user/login') ?>" class="user-login">
|
<a href="<?= site_url('login') ?>" class="user-login">
|
||||||
<?= lang('go_to_login') ?>
|
<?= lang('go_to_login') ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue