mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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 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') ?>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue