Email not verified - redirect to?

This should be simple, but I can’t find it…
User registers and is sent a verification email.
User does not verify, and tries to login - which fails (I have the flow and action setup).
Where is the redirect on the failure configured? Right now, they go to the public view of the app instead of the “you need to verify” page… How do I set this?

Got it - just intercept the error and redirect…
But - how to resend the verification? No identifying info appears to be sent with this error, so unable to use the Jobs/post_verification_email endpoint