I followed multiple cookbook recipes on frontend registration with an authentication code instead of a password like this one: User registration | Kirby CMS
Everything seems to work well. However I noticed that when I try to login with a e-mail address that doesn’t exist. Or if I don’t have an account and try to login, I get send to the authentication page where I have can provide a code. I get that this is necessary for safety precautions to do so but is there also a way to go back and try to enter a different email address?
When I try so via the panel there is a back button but not in this recipe. Is there a route I have to make like the logout?