We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Looking at the master branch it doesn't seem like the app performs any checks whether the user is logged in on startup?
master
Looks like the app starts with the "Login" screen as the initial screen. The login can then be performed.
However, I could not find in the code anything that handles the subsequent app launches and verifies that the user is logged in?
The text was updated successfully, but these errors were encountered:
You're right. The feature is not fully complete. I made a branch you can work on if you feel like it. [3-primary-authentication-check]
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
Hello,
Looking at the
master
branch it doesn't seem like the app performs any checks whether the user is logged in on startup?Looks like the app starts with the "Login" screen as the initial screen.
The login can then be performed.
However, I could not find in the code anything that handles the subsequent app launches and verifies that the user is logged in?
The text was updated successfully, but these errors were encountered: