Skip to content
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

"Add New Team" menu option is incorrectly enabled immediately after an invite only user signs up. #52

Open
thedumbtechguy opened this issue May 29, 2022 · 0 comments

Comments

@thedumbtechguy
Copy link

The menu item is guarded by show_sign_up_options? which is set to true when the user is still signing up since it defers to invited?.

image

As you can see, it displays the option right after sign up which means the user can create multiple teams.

image

But once that value is cleared from the session after a sign out, the option is now correctly disabled.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant