-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove request account feature #582
Remove request account feature #582
Conversation
@@ -16,7 +16,6 @@ import { ParticipantInformationRoute } from './participantInformation'; | |||
import { PortalRoute } from './routeUtils'; | |||
import { SharingPermissionsRoute } from './sharingPermissions'; | |||
import { TeamMembersRoute } from './teamMembers'; | |||
import { TermsOfServiceRoute } from './termsOfService'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This route/screen is no longer needed because terms and conditions is now a dialog that pops up when the user logs in for the first time
Besides this code PR, we will also turn off User Registration in keycloak so the user could never access a registration page through a URL |
I'm hoping this is also do-able via the |
Oh good call - I need to change |
Test Plan: