Password reset link emits sign_in event instead of password_recovery...
When a user clicks the password reset link sent by the
resetPasswordForEmail function, a SIGN_IN event is emitted rather than a PASSWORD_RECOVERY event. Is there something specific I need to do to get the PASSWORD_RECOVERY event to be emitted instead?