-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: for signup set make organization name optional and set a default one #21083
Conversation
Size Change: +401 B (0%) Total Size: 824 kB ℹ️ View Unchanged
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
frontend/src/scenes/authentication/signup/signupForm/signupLogic.ts
Outdated
Show resolved
Hide resolved
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
I've made some changes since this was approved, so wanted to get another set of eyes. |
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.
😎
We should evaluate this in a few weeks and see how many orgs don't set a name |
Changes
This PR is making the organization name input for signup optional to reduce friction, it they don't enter one, it'll use
${first_name}'s Organization
. They can always update it later if needed. I also added an event to track how many people don't enter an organization name.This PR also cleans up the first/last name usage to be more clear with consistent with other parts of the application.
Does this work well for both Cloud and self-hosted?
it doesn't have an impact
How did you test this code?
added e2e tests and unit tests