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

IEnumerable<IUserEventHandler> should not be called by UserDisplayDriver #17072

Open
MikeAlhayek opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@MikeAlhayek
Copy link
Member

I noticed that we resolve IEnumerable<IUserEventHandler> in UserDisplayDriver. I don't think this handler should by called by another hander like a display driver.

IEnumerable<IUserEventHandler> userEventHandlers,

We should be able to identify a user in Enable/Disabled from a controller or the user store instead of a driver.

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

No branches or pull requests

1 participant