We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we signup with github, name is null in the next field and it can not be edited. To replicate this issue, a github account should not have any name.
Note: One should not have name in their github account Steps to reproduce the behavior:
I think the name is being retrieved from OAuth, and since its default value is set to null and cannot be edited, it remains unchanged.
Make the name editable during signup or allow the user to enter a name if null is received from OAuth.
The text was updated successfully, but these errors were encountered:
What does linear label mean?
Sorry, something went wrong.
Hey @maidul98 can you assign this issue to me?
No branches or pull requests
Describe the bug
If we signup with github, name is null in the next field and it can not be edited. To replicate this issue, a github account should not have any name.
To Reproduce
Note: One should not have name in their github account
Steps to reproduce the behavior:
Screenshots
Additional context
I think the name is being retrieved from OAuth, and since its default value is set to null and cannot be edited, it remains unchanged.
Proposed solution
Make the name editable during signup or allow the user to enter a name if null is received from OAuth.
The text was updated successfully, but these errors were encountered: