Hi,
I’ve been testing the flow for an expired verification email and unless I’m mistaken the behaviour doesn’t match the documentation.
In the documentation page (Customize Email Templates) it is explained that:
The following text will be appended to the query string:
http://myapplication.com/my_page/?email=john%contoso.com&message=Access%20expired.&success=false
However, when I test this myself only the latter two parameters are passed, so the URL looks like:
http://localhost:3000/login.html?message=Access%20expired.&success=false
Can you explain this please?
Thanks
John.