Skip to content

feat: Remember user details after login

Vaishnav requested to merge padth4i/cms-mobile:rememberMe into master

Changes:
When the user logs in to the app for the first time, their credentials get stored in the app database. The next time the app is opened, the database is checked for credentials. If they exist, the app navigates directly to the home page.

Video: Screenrecorder-2020-04-26-21-55-39-488

Merge request reports