Noticed that generateNonce was getting called after the user auth'd with identity, probably because the effect was re-run.
Adding this condition prevented it from getting rerun unnecessarily.
Differential D11771
[native] Don't refetch nonce from identity after identity auth Authored by ashoat on Apr 24 2024, 7:45 PM.
Details Noticed that generateNonce was getting called after the user auth'd with identity, probably because the effect was re-run. Adding this condition prevented it from getting rerun unnecessarily. Confirm that I'm not seeing IDENTITY_GENERATE_NONCE_STARTED and IDENTITY_GENERATE_NONCE_SUCCESS dispatched after identity auth during login
Diff Detail
|