hereisSwapnil / ExamTime

Share/Download notes PDF helps during exams
https://exam-time.vercel.app
MIT License
59 stars 120 forks source link

BUG: address console logs on login/signup page load #227

Closed harmeetsingh11 closed 1 month ago

harmeetsingh11 commented 1 month ago

Is there an existing issue for this?

What happened?

Currently, upon loading the login and signup pages, errors are displayed in the console as objects. This practice is not ideal for a production environment as it may expose sensitive information and undermine user experience.

Proposed Changes:

To enhance security and maintain a professional appearance, errors should not be displayed directly in the console.

  1. Investigate and resolve console log triggered during page loading.
  2. Review and remove unnecessary logs that are not suitable for production environments.

Screenshots

Screenshot 2024-05-22 220234

Record

github-actions[bot] commented 1 month ago

Congratulations, @harmeetsingh11! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

masterboy376 commented 1 month ago

Hello @hereisSwapnil I would like to work on the issue under GSSoC'24. I have successfully completed the repo setup on my local machine. I would be fixing this error and avoiding logging any error on the console.