resetPasswordForEmail not adhering to 'redirectTo' value

Any reasons why this code called from the front end wouldn't embed my redirectTo string, instead still uses localhost?

This is the string it emails the user:
https://.....supabase.co/auth/v1/verify?token=cbf72dec7017df95f6e91762124ef76943a367eb441af09c9e8f4f1e&type=recovery&redirect_to=http://localhost:4200/ 
image.png
Was this page helpful?