Setup post sign-up route
Created by: artemruts
Fixes: https://github.com/sourcegraph/sourcegraph/issues/20342
Description
The idea behind these changes:
- add new
post-sign-up
route only user's with aAllowUserViewPostSignup
tag can review - for the wider roll-out of the post sign-up flow we can use
experimentalFeatures.enablePostSignupFlow
and enable it through "Site configuration" Admin UI - Stub out a
PostSignUpPage
page
I want this to go out so the team can add new components to that route and we can preview and test them live.
@ryanslade Ryan, is it ok to use experimentalFeatures
like that?