fix: Add signup disabled flag check on signup route#15844
fix: Add signup disabled flag check on signup route#15844PeerRich merged 8 commits intocalcom:mainfrom
Conversation
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
|
@Souptik2001 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Graphite Automations"Add community label" took an action on this PR • (07/20/24)1 label was added to this PR based on Keith Williams's automation. "Add consumer team as reviewer" took an action on this PR • (07/20/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add foundation team as reviewer" took an action on this PR • (07/23/24)1 reviewer was added to this PR based on Keith Williams's automation. |
anikdhabal
left a comment
There was a problem hiding this comment.
Hey @Souptik2001, as we check the admin feature flag, shouldn't we also update the other routes that have related flags present in the admin feature? For example: email verification, team, etc.
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
|
@anikdhabal Yes you are correct! Seems like the feature falgs are not respected at many places.
For If you can confirm the function of the And also if you can confirm that |
This is out of scope for this PR. We should open up different issues for each one. |
|
I think this is good enough for now. As extra points we could add some tests to verify the signup page/endpoint are disabled tho. |
Sure @zomars will do that in sometime. |
|
Looks like there are consistently failing E2E tests we need to fix |
What does this PR do?
(Just to note that in the below video I am refreshing the server again and again is just to refresh the cache, so that I don't have to wait for 5 mins.)
https://www.loom.com/share/5246b4b7e13b4b759086f74d57fa19d5?sid=9eadf523-4c58-440b-bdc6-31a96cee0152
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?