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

fix: Unable to Create Organizations on Signup Due to Incorrect Function Call #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

muntaxir4
Copy link
Contributor

Description

The arguments to check for validation of Organization inputs were incorrect. Instead of firestore firebase object was passed and also an extra dispatch argument was passed, which caused the orgHandle value to be dispatch rather than string.

Related Issue

Fixes #197

Motivation and Context

New Users should be able to create organizations, else only the default organizations would be present.

How Has This Been Tested?

Created several new users along with organizations to test correctly.

Screenshots or GIF (In case of UI changes):

Screencast.from.2025-02-19.14-29-30.mp4

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@muntaxir4 muntaxir4 changed the title fix: Users are unable to create organizations on signup fix: Unable to Create Organizations on Signup Due to Incorrect Function Call Feb 19, 2025
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

Successfully merging this pull request may close these issues.

BUG: Unable to create organization while signing up
1 participant