JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Resolve "Remember Me" Functionality Issue in Login Page #71

Closed loklokyx closed 6 months ago

loklokyx commented 6 months ago

Overview: The "Remember Me" functionality in the login page is not functioning as intended, causing users to be logged out despite selecting the option.

Proposed Solution: Implement local storage to store the "Remember Me" preference set by the user. Upon subsequent visits to the login page, retrieve the preference from local storage and automatically log in the user if the option was previously selected. This enhancement will ensure a seamless login experience for returning users who have opted to be remembered.

sleepadept commented 6 months ago

I love this feature :p @loklokyx

loklokyx commented 6 months ago

Closed #72