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
Differential D7949
[web] Parse invite link secret tomek on May 23 2023, 9:46 AM. Authored by Tags None Referenced Files
Details
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 Open localhost:3000/invite/abc123 and check if navInfo in redux contains inviteSecret: "abc123".
Diff Detail
|