Page MenuHomePhabricator

[web] Parse invite link secret
ClosedPublic

Authored by tomek on May 23 2023, 9:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 3, 9:40 PM
Unknown Object (File)
Feb 20 2024, 10:09 AM
Unknown Object (File)
Feb 20 2024, 9:12 AM
Unknown Object (File)
Feb 20 2024, 7:36 AM
Unknown Object (File)
Feb 20 2024, 6:00 AM
Unknown Object (File)
Feb 19 2024, 9:54 PM
Unknown Object (File)
Feb 7 2024, 2:41 PM
Unknown Object (File)
Feb 3 2024, 6:48 AM
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
Branch
invite2
Lint
No Lint Coverage
Unit
No Test Coverage

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.