Closed thdoan closed 1 year ago
Currently, the confirmation_token parameter is always appended to the root path, e.g.:
confirmation_token
https://www.mysite.com/#confirmation_token=<token>`
What if you implemented this widget in a subdirectory? It would be great if we can customize the path of the confirmation link, e.g.:
https://www.mysite.com/<path>/#confirmation_token=<token>`
It turns out the solution is custom email templates: https://docs.netlify.com/visitor-access/identity/identity-generated-emails/
Currently, the
confirmation_token
parameter is always appended to the root path, e.g.:What if you implemented this widget in a subdirectory? It would be great if we can customize the path of the confirmation link, e.g.: