This lets us get the nonce that we will use later in the SIWE message sent to the identity service
Depends on D10836
Paths
| Differential D10880 Authored by varun on Jan 30 2024, 8:22 PM.
Details Summary This lets us get the nonce that we will use later in the SIWE message sent to the identity service Depends on D10836 Test Plan tested in next diff by actually dispatching the action and logging the nonce
Diff Detail
Event TimelineHarbormaster completed remote builds in B26315: Diff 36363.Jan 30 2024, 8:41 PM2024-01-30 20:41:47 (UTC-8) tomek added inline comments.
This revision now requires changes to proceed.Jan 31 2024, 1:14 AM2024-01-31 01:14:25 (UTC-8)
Harbormaster completed remote builds in B26429: Diff 36542.Feb 1 2024, 10:45 AM2024-02-01 10:45:22 (UTC-8) Harbormaster completed remote builds in B26431: Diff 36544.Feb 1 2024, 10:50 AM2024-02-01 10:50:20 (UTC-8) This revision is now accepted and ready to land.Feb 1 2024, 11:26 AM2024-02-01 11:26:47 (UTC-8) Closed by commit rCOMMbc1cb995e594: [lib][native][web] add generate nonce action types (authored by varun). · Explain WhyFeb 7 2024, 9:57 PM2024-02-07 21:57:58 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36363 lib/actions/user-actions.js
lib/types/identity-service-types.js
lib/types/redux-types.js
native/identity-service/identity-service-context-provider.react.js
|
This is because of Flow not being able to infer these as non-null after await broadcastAccountDeletion(); was called