Skip to content
New issue

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

User store reset is not implemented #11055

Closed
JammingBen opened this issue Jun 18, 2024 · 0 comments · Fixed by #11058
Closed

User store reset is not implemented #11055

JammingBen opened this issue Jun 18, 2024 · 0 comments · Fixed by #11058
Assignees
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@JammingBen
Copy link
Collaborator

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

  1. Log in as some user
  2. Open the browser console
  3. Make sure you have enabled "Preserve log" in the browser console
  4. Log out

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

@JammingBen JammingBen added Type:Bug Something isn't working Priority:p3-medium Normal priority labels Jun 18, 2024
@JammingBen JammingBen self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant