sendingtk / chatwoot

Other
80 stars 62 forks source link

Fix bug in login functionality #9

Closed nestordavalos closed 5 months ago

nestordavalos commented 5 months ago

This pull request fixes a bug in the login functionality that was causing users to be unable to log in. The bug was caused by an incorrect validation check in the login form. This PR updates the validation logic to correctly handle all valid login inputs.