Closed
Description
When I create a new user, or ask to reset my password, a confirmation or reset url is sent by email.
Everything works perfectly. But when reclicking to that same link I got a "Routing Error Not Found".
I want to be able to say to the user, after reclicking that the link is now expired for example.
http://localhost:3000/auth/confirmation?config=default&confirmation_token=a4-MgzesYWTwqAyfXx6C&redirect_url=http%3A%2F%2Flocalhost%3A3000%2F
I have the same issue with confirmation and reset password link.
I'm using the 0.1.29 version.
Thanks for your help !