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
After the user logs out, the AuthServices tries to reset the user store although the method is not implemented.
The user store gets cleaned.
An error occours: Error: 🍍: Store "user" is built using the setup syntax and does not implement $reset().
Error: 🍍: Store "user" is built using the setup syntax and does not implement $reset().
The text was updated successfully, but these errors were encountered:
JammingBen
Successfully merging a pull request may close this issue.
Describe the bug
After the user logs out, the AuthServices tries to reset the user store although the method is not implemented.
Steps to reproduce
Expected behavior
The user store gets cleaned.
Actual behavior
An error occours:
Error: 🍍: Store "user" is built using the setup syntax and does not implement $reset().
The text was updated successfully, but these errors were encountered: