Page MenuHomePhabricator

[web] Parse invite link secret
ClosedPublic

Authored by tomek on May 23 2023, 9:46 AM.
Tags
None
Referenced Files
F1593124: D7949.diff
Fri, Apr 19, 12:57 PM
F1593098: D7949.diff
Fri, Apr 19, 12:55 PM
Unknown Object (File)
Sun, Apr 7, 3:15 AM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:09 PM
Subscribers

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.May 23 2023, 10:04 AM
Harbormaster failed remote builds in B19700: Diff 26913!
tomek requested review of this revision.May 24 2023, 4:06 AM

Make invite secret nullable

This revision is now accepted and ready to land.May 25 2023, 12:30 AM
This revision was automatically updated to reflect the committed changes.