AOSSIE-Org / Resonate

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

User Credentials Persist on Login Screen After Logout #260

Closed AyaNady17 closed 3 months ago

AyaNady17 commented 4 months ago

Description:

This issue pertains to the user authentication process in the application. After logging out from the account, the application redirects the user back to the login screen. However, the previously entered email and password are still visible in their respective fields. This poses a significant privacy concern as it allows anyone with access to the device to see the user’s credentials.

Steps to Reproduce:

Log into the application. Navigate to the account settings and log out. Observe the login screen after logout. Expected Result:

The email and password fields should be cleared out when a user logs out, ensuring that the user’s credentials do not persist on the login screen.

Actual Result:

The user’s email and password remain visible on the login screen after logout.

AyaNady17 commented 4 months ago

@chandansgowda Can I work on this issue?