AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
171 stars 123 forks source link

Lack of UI Feedback on Short Password Entry During Authentication #259

Closed AyaNady17 closed 3 months ago

AyaNady17 commented 4 months ago

🐛 Describe the bug

Description:

This issue pertains to the authentication process of the application. When a user attempts to authenticate by entering a short password and pressing the login button, there is no feedback provided on the User Interface (UI) of the application. The only indication of an error is an exception that appears in the debug console.

Steps to Reproduce:

Navigate to the login page. Enter a short password in the password field. Press the login button.

Expected Result:

The application should provide feedback to the user, such as a snack bar notification or an alert, indicating that the entered password is too short.

Actual Result:

No feedback is provided on the UI. An exception appears in the debug console.

Proposed Solution

Implement a snack bar notification or an alert that informs the user when the entered password is too short. This will improve the user experience by providing clear and immediate feedback during the authentication process.

Screenshot_1708477568 Screenshot_1708477419

AyaNady17 commented 4 months ago

@chandansgowda Can I work on this?