mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 07:49:55 -05:00
Passkeys: Fix default timeout on authentication
This commit is contained in:
parent
a8cfefe6c8
commit
e28f5187bc
@ -709,7 +709,7 @@ QJsonObject BrowserService::showPasskeysAuthenticationPrompt(const QJsonObject&
|
|||||||
return getPublicKeyCredentialFromEntry(entries.first(), publicKey, origin);
|
return getPublicKeyCredentialFromEntry(entries.first(), publicKey, origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto timeout = publicKey["timeout"].toInt();
|
const auto timeout = browserPasskeys()->getTimeout(userVerification, publicKey["timeout"].toInt());
|
||||||
|
|
||||||
raiseWindow();
|
raiseWindow();
|
||||||
BrowserPasskeysConfirmationDialog confirmDialog;
|
BrowserPasskeysConfirmationDialog confirmDialog;
|
||||||
|
Loading…
Reference in New Issue
Block a user