Skip to content

Conversation

@SgAkErRu
Copy link
Contributor

@SgAkErRu SgAkErRu commented Nov 8, 2025

We send a loginFailed signal on auth error handling (slotAuthError), as well as at the end of failed authorization process (slotAuthenticationFinished).

As a result, most often these two events follow each other and two loginFailed signals for one auth error are sent to Greeter.

This change adds a boolean to check whether we have already sent an loginFailed during auth error handling, so as not to send it again at the end of the process. At the same time, if we haven't sent it yet and we immediately got to slotAuthenticationFinished, then we'll send it there.

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.

1 participant