-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pam/authentication: Start new auth only after cancellation is notified
In case we're still in the process of cancelling the authentication we should not continue with the current action until we're notified that the cancellation is completed. This is needed because otherwise we may end up into this situation: - reselectAuthMode - AuthModeSelected - ... - startAuthentication - isAuthenticatedResultReceived: cancelled Or a bit less extreme, but still getting the cancelled event while we're selecting the authentication mode. And this mis-order causes troubles when passing the data to gdm
- Loading branch information
Showing
3 changed files
with
135 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters