You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can input anything when signing in, and it will be accepted as a valid parameter, but this isn't ideal for the website. To address this, I plan to do the following:
Implement input validation on the client side.
Also, perform validation on the server side to ensure that if someone tries to bypass the client-side checks, we remain one step ahead.
Show informational message for every incorrect input
The text was updated successfully, but these errors were encountered:
🎉 Congratulations @rishabh7923! Your issue has been successfully closed! Thanks for your contribution! If you enjoyed contributing, please consider giving us a ⭐ and following us for updates!
Currently, you can input anything when signing in, and it will be accepted as a valid parameter, but this isn't ideal for the website. To address this, I plan to do the following:
The text was updated successfully, but these errors were encountered: