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

Fix issue #1954: Ensure CheckingAuthFinished event fires regardless of authentication state #1961

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

jagipas
Copy link

@jagipas jagipas commented Jun 10, 2024

Hello,

This pull request addresses issue #1954 by ensuring that the EventTypes.CheckingAuthFinished event is fired regardless of the authentication state.

Problem

In commit 4143e2444330dc86ab3a59574f7511b461e75a61, the fireEvent(EventTypes.CheckingAuthFinished) was moved inside the if (isAuthenticated) block. This change caused the event not to fire when the authentication state is false, which leads to the issue described in #1954.

@FabianGosebrink FabianGosebrink merged commit 6f3fa8e into damienbod:main Jun 11, 2024
9 checks passed
@joewIST
Copy link

joewIST commented Jun 19, 2024

Any idea when this will be released? We will need to revert back down to v17 for now

@damienbod
Copy link
Owner

I will release tomorrow, will do some testing

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

Successfully merging this pull request may close these issues.

4 participants