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
Problem: Signing out from the settings throws the following errors in console
The text was updated successfully, but these errors were encountered:
ping @ioioio8888 can you check if this is doing anything nasty or doesn't really matter?
Sorry, something went wrong.
it happens because after user logout, the current user object becomes null but the code is still trying accessing it.
Solution: redirect user back to welcome page after logout
Taking over
samuelralak
No branches or pull requests
Problem: Signing out from the settings throws the following errors in console

The text was updated successfully, but these errors were encountered: