Closed dshukertjr closed 1 year ago
The Session recovery succedes after retries
test runs infinitely. The expect
is run and the test itself finishes, but the vscode test tab shows an infinity running tearDownAll
test. That's strange, because the last commit didn't have this issue. Maybe a dependency?
Interesting. Just stepped out for a bit, but will take a look later. Thanks for the heads up!
Oh, so the tests are now passing huh? Thanks for re-running them @Vinzent03 !
@dshukertjr No, I pushed a fix to this pr.
Ah, missed it! Thanks for that!
What kind of change does this PR introduce?
Currently,
signedIn
event fires for everypasswordRecovery
event, which is not so intuitive. This PR prevents fromsignedIn
event from firing for apasswordRecovery
event.Copied over from this js PR https://github.com/supabase/gotrue-js/pull/629/files