aidandagnall / lab_monitor_client

MIT License
19 stars 1 forks source link

Fix repeated login issue #16

Closed aidandagnall closed 2 years ago

aidandagnall commented 2 years ago

Describe the bug When re-opening the app after some time, the user must tap to login again (Auth0 pop up immediately closes), before they can get into the app.

Due to the way the credentials are fetched when decided whether to show the login screen, they are not refreshed (if required). Make sure they are refreshed when they are retrieved from storage.