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 ashoat on Apr 24 2024, 12:45 PM. Authored by Tags None Referenced Files
Subscribers None
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
|