mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Add basic support for WebAuthn (Passkeys) (#8825)
--------- Co-authored-by: varjolintu <sami.vanttinen@protonmail.com> Co-authored-by: droidmonkey <support@dmapps.us>
This commit is contained in:
parent
82c1bf4ddb
commit
416581b179
66 changed files with 4467 additions and 141 deletions
|
@ -558,6 +558,18 @@ void DatabaseTabWidget::showDatabaseSettings()
|
|||
currentDatabaseWidget()->switchToDatabaseSettings();
|
||||
}
|
||||
|
||||
#ifdef WITH_XC_BROWSER_PASSKEYS
|
||||
void DatabaseTabWidget::showPasskeys()
|
||||
{
|
||||
currentDatabaseWidget()->switchToPasskeys();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::importPasskey()
|
||||
{
|
||||
currentDatabaseWidget()->switchToImportPasskey();
|
||||
}
|
||||
#endif
|
||||
|
||||
bool DatabaseTabWidget::isModified(int index) const
|
||||
{
|
||||
if (count() == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue