farcasterxyz / auth-monorepo

Farcaster Auth monorepo
MIT License
45 stars 32 forks source link

fix: move call to onResponse #189

Closed horsefacts closed 2 months ago

horsefacts commented 2 months ago

Motivation

177 had the right idea, but we need to call onResponse on every response, not just success.

Change Summary

Move onResponse outside success code check.

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review