mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Passkeys: Add support for importing Passkey to entry (#9987)
--------- Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
parent
7371589955
commit
c477f43c40
27 changed files with 459 additions and 176 deletions
|
@ -566,7 +566,12 @@ void DatabaseTabWidget::showPasskeys()
|
|||
|
||||
void DatabaseTabWidget::importPasskey()
|
||||
{
|
||||
currentDatabaseWidget()->switchToImportPasskey();
|
||||
currentDatabaseWidget()->showImportPasskeyDialog();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::importPasskeyToEntry()
|
||||
{
|
||||
currentDatabaseWidget()->showImportPasskeyDialog(true);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue