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

Operator not fully reset after logout #4108

Closed
bastianjoel opened this issue Sep 12, 2024 · 0 comments · Fixed by #4280
Closed

Operator not fully reset after logout #4108

bastianjoel opened this issue Sep 12, 2024 · 0 comments · Fixed by #4280
Assignees
Labels
Milestone

Comments

@bastianjoel
Copy link
Member

Describe the bug
After logout the operator.service.ts is not completely reset resulting in issues when switching users.
For example in #3965 the Dashboard menu point does not disappear when logging in as anonymous after a user with multiple meetings logged out.
In #3815 another issue is described here: #3815 (comment)

The main problem seems, that _userSubject does not get reset on logout. Other properties which do not get reset and could cause issues are _lastUserId and _lastActiveMeetingId.

Resetting _userSubject will require some adjustments in other places as the user property of the operator service throws an error when accessing it while _userSubject is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants