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.
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.