Currently when clicking on an email confirmation link, the user is redirected to the login page, without any feedback that the email is now confirmed.
It should display a success alert/message/etc. to indicate the success. Many platforms use a query parameter, e.g. ?message=email_confirmed, to indicate the frontend to display the message.