After user clicks invite link, we're checking if the url contains a secret and save it in redux if that's the case.
Depends on D7948
Paths
| Differential D7949 Authored by tomek on May 23 2023, 9:46 AM.
Details
Summary After user clicks invite link, we're checking if the url contains a secret and save it in redux if that's the case. Depends on D7948 Test Plan Open localhost:3000/invite/abc123 and check if navInfo in redux contains inviteSecret: "abc123".
Diff Detail
Event TimelineHerald added subscribers: atul, ashoat. · View Herald TranscriptMay 23 2023, 9:46 AM2023-05-23 09:46:53 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.May 23 2023, 10:04 AM2023-05-23 10:04:36 (UTC-7) Harbormaster completed remote builds in B19719: Diff 26957.May 24 2023, 4:06 AM2023-05-24 04:06:24 (UTC-7) Harbormaster completed remote builds in B19737: Diff 26995.May 24 2023, 9:20 AM2023-05-24 09:20:02 (UTC-7) This revision is now accepted and ready to land.May 25 2023, 12:30 AM2023-05-25 00:30:41 (UTC-7) Closed by commit rCOMM8fe47a7ba889: [web] Parse invite link secret (authored by tomek). · Explain WhyMay 25 2023, 7:30 AM2023-05-25 07:30:42 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27057 lib/utils/url-utils.js
web/types/nav-types.js
web/url-utils.js
|