Save webauthn resident key

This commit is contained in:
cumdev1337
2026-02-28 02:48:48 +02:00
committed by John Preston
parent d9d0410797
commit 234e0b247b
@@ -160,7 +160,7 @@ void RegisterKey(
|| defined(WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_7) \
|| defined(WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_8) \
|| defined(WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_9)
options.bPreferResidentKey = FALSE;
options.bPreferResidentKey = TRUE;
#endif
auto hwnd = (HWND)(nullptr);