The recovery page must link to the new login URL

This commit is contained in:
Alex Tselegidis 2022-10-03 17:02:31 +03:00
parent 436c49319c
commit a01acc5773
1 changed files with 1 additions and 1 deletions

View File

@ -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>