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

View file

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