function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Martha VMartha V 

Lightning Community custom login page with Remember Me functionality

I am trying to implement a Remember Me button in a custom login aura component. I've tried using window.localStorage to store values to retrieve later. But the component is just freezing and not showing any errors. Has anyone been able to implement something like this? BTW my sandbox is running Summer '20 release.
SwethaSwetha (Salesforce Developers) 
HI Martha,
Are you seeing this issue with only Summer'20 release? Can you share a narrowed down code snippet that I can run from end to see if it is release related bug. Thanks