You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug(auth): Fix broken functional tests due to rate-limiting
Because:
- We were tripping rate limits during functional tests
This Commit:
- Adds email to `customs.checkAuthenticated`
- Fixes the verifySessionCode check. We can check on UID here, so we don't need to also check IP since the endpoint is protected by a session token.
0 commit comments