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: wrong conditionals in email validation #263

Merged
merged 1 commit into from
Oct 20, 2024
Merged

fix: wrong conditionals in email validation #263

merged 1 commit into from
Oct 20, 2024

Conversation

harbassan
Copy link
Contributor

Describe the issue

The email validation wasn't blocking non whitelisted emails and domains, but rather letting everything through.

Describe the solution

Fixed the conditional that was structured incorrectly.

Risk

No Risk.

Definition of Done

  • Code peer-reviewed
  • Wiki Documentation is written and up to date
  • Unit tests written and passing
  • Integration tests written and passing
  • Continuous Integration build passing
  • Acceptance criteria met
  • Deployed to production environment

Reviewed By

Who reviewed your PR - for commit history once merged

Copy link
Member

@wjin-lee wjin-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch - lgtm

@harbassan harbassan merged commit 4387903 into master Oct 20, 2024
5 checks passed
@harbassan harbassan deleted the login-bug branch October 20, 2024 05:20
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.

2 participants