mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Save webauthn resident key
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user