Redirect to my web platform when reset password link has expired

Hey,
When the email verification expires, auth0 redirects to my web platform with the following params “expired=true”.e
With that said, auth0 doesn’t redirect to my platform when the reset password link has expired.
Instead i’m getting a message that my password link has expired.
I want to present a custom message in case the password reset link has expired, In this case auth0 needs to redirect to my platform as it does in the email verification link. Is it possible?
Thanks.

Good morning,

I would recommend checking out custom error pages: Customize Error Pages

Thanks!

1 Like