keepassxc/src/winhello
Charlie Wang 655202a35a
Properly handle Windows Hello errors
The KeyCredentialManager::RequestCreateAsync call can fail because we can end up in a situation where Windows Hello is initially available but then becomes unavailable, such as during a remote desktop session. This commit prevents a crash by moving the call into the try-catch.

Fixes #7890

Also resets quick unlock if there is an unrecoverable error. This will not occur if the user merely canceled the Windows Hello dialog.
2023-02-19 08:28:59 -08:00
..
WindowsHello.cpp Properly handle Windows Hello errors 2023-02-19 08:28:59 -08:00
WindowsHello.h Add support for Windows Hello 2022-02-22 17:53:50 -05:00